You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
cheetah-grid/packages/cheetah-grid/src/js/columns/action/internal/InlineMenuElement.ts
Line 147 in 06e7ff0
The text was updated successfully, but these errors were encountered: