Skip to content

PinnedRowsContext

Since v0.1.1

Context provided to panel renderers

PropertyTypeDescription
totalRowsnumberTotal number of rows in the grid
filteredRowsnumberNumber of rows after filtering
selectedRowsnumberNumber of selected rows
columnsColumnConfig<any, ColumnFieldKey<any>>[]Current column configuration
rowsunknown[]Current row data
gridHTMLElementReference to the grid element