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
make an
OnDemandGrid with Selection, Keyboard, ColumnResizer, ColumnReorder and ColumnHider
then
the + of the ColumnHider gets never displayed, since it's width is 0;
changing width in debugger to i.e 10px display's the + under the sortable arrows, so that is still not clickable....
The text was updated successfully, but these errors were encountered:
I'm guessing you're testing on a Mac that has scrollbars hidden by default; that's actually what causes this issue, not any particular combination of extensions. There's a pull request I need to review for moving the menu trigger node out of that element that's not visible in the case of hidden scrollbars.
make an
OnDemandGrid with Selection, Keyboard, ColumnResizer, ColumnReorder and ColumnHider
then
the + of the ColumnHider gets never displayed, since it's width is 0;
changing width in debugger to i.e 10px display's the + under the sortable arrows, so that is still not clickable....
The text was updated successfully, but these errors were encountered: