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
It would be nice to use the head-overlay property or another new property to reuse the (first) column header (= the header that indicates the grouping order) as clickable elements. Then, when I click on an element (e.g., age), the age grouping is removed. The advantage is that we don't need duplicate grouping information (above the columns and in the column header) and save space (important on smaller devices).
The clickable chips can then be further customized by the user using dedicated muiXProps.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the
positionToolbarAlertBanner
can be set tohead-overlay
. I don't understand what this means, since it exhibits the same behavior if set tonone
. The property is also undocumented (see https://www.material-react-table.com/docs/guides/aggregation#relevant-table-options).It would be nice to use the
head-overlay
property or another new property to reuse the (first) column header (= the header that indicates the grouping order) as clickable elements. Then, when I click on an element (e.g.,age
), theage
grouping is removed. The advantage is that we don't need duplicate grouping information (above the columns and in the column header) and save space (important on smaller devices).The clickable chips can then be further customized by the user using dedicated muiXProps.
Beta Was this translation helpful? Give feedback.
All reactions