models/data/grid_display_row library

Classes

GridDataRow<T extends DataGridRow>
A slot rendering the row identified by rowId (an id from DataGridState.displayOrder / a key into DataGridState.rowsById).
GridDisplayRow<T extends DataGridRow>
A single visual row slot in the virtualized grid body: either a data row or a group header band. Produced by computeDisplayRows.
GridGroupHeaderRow<T extends DataGridRow>
A slot rendering a collapsible group header band.