React Data Grid v7.0.0-canary.48 Release Notes
-
- ๐ Fixed an edge case where clicking outside the grid wouldn't close and commit an open editor quickly enough, resulting in the previous rows state being used by parent components in
click
handlers. (PR) - ๐ Support for filters has been removed, along with: (PR)
- The
<DataGrid />
props:headerFiltersHeight
,filters
,onFiltersChange
,enableFilterRow
Column.filterRenderer
- The exports:
FilterRendererProps
,Filters
- The
- Optional
Column
props can now also benull
in addition toundefined
. (PR)
- ๐ Fixed an edge case where clicking outside the grid wouldn't close and commit an open editor quickly enough, resulting in the previous rows state being used by parent components in