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
clickhandlers. (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
Columnprops can now also benullin 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