PinnedRowsContext
Since v0.1.1
Context provided to panel renderers
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
totalRows | number | Total number of rows in the grid |
filteredRows | number | Number of rows after filtering |
selectedRows | number | Number of selected rows |
columns | ColumnConfig<any, ColumnFieldKey<any>>[] | Current column configuration |
rows | unknown[] | Current row data |
grid | HTMLElement | Reference to the grid element |