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
    • Optional Column props can now also be null in addition to undefined. (PR)