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
For a filter row toggle (that toggles the visibility of a filter row below the headers)
For providing a place to slot custom features relevant for a Grid (e.g. a non-column-specific quick search field, a "New item" button, an "Export" button...)
Buttons for toggling a "column management mode" for reordering and resizing column using keyboard
Sketch of what this might look like:
An opt-in footer could also be useful, e.g. for displaying the total number of items and currently filtered and/or selected items. Today this can be done using footer rows, but that approach is unncessarily complicated for something that doesn't need to fit into the Grid's columns.
Description
An optional toolbar above the column headers could be useful for a number of features:
Sketch of what this might look like:

An opt-in footer could also be useful, e.g. for displaying the total number of items and currently filtered and/or selected items. Today this can be done using footer rows, but that approach is unncessarily complicated for something that doesn't need to fit into the Grid's columns.