react-data-grid
Advanced tools
Changelog
v7.0.0-canary.48
click
handlers. (PR)<DataGrid />
props: headerFiltersHeight
, filters
, onFiltersChange
, enableFilterRow
Column.filterRenderer
FilterRendererProps
, Filters
Column
props can now also be null
in addition to undefined
. (PR)Changelog
v7.0.0-canary.47
<DataGrid />
to specify the row key type. (PR)useRowSelection
hook for custom cell renderers to access isRowSelected
and onRowSelectionChange
. (PR)HeaderRendererProps.allRowsSelected
tweaks, affecting the SelectColumn
: (PR)
false
when rows.length === 0
instead of true
.selectedRows
must contain all the row keys for allRowsSelected
to be true
, instead of naively comparing the size
and length
.<DataGrid />
can now also be null
in addition to undefined
. (PR)