Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table frames out when trying to display a large number of items in InlineMenuColumn #433

Open
so-suzuki-kke opened this issue Oct 8, 2024 · 0 comments

Comments

@so-suzuki-kke
Copy link

I'm trying to display less than 200 items using InlineMenuColumn. Then, in the code below, allHeight becomes very large and menuClientRect.top - scaleDiff becomes a negative value. This causes the table to frame out.
I don't fully understand the code, but is there a way to correct it so that orgMenuTop is always positive?

const orgMenuTop = menuClientRect.top - scaleDiff;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant