🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-data-grid

Package Overview
Dependencies
Maintainers
0
Versions
1056
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-data-grid - npm Package Versions

1
57
106

7.0.0-beta.6

Diff
adazzle
published 7.0.0-beta.6 •
adazzle
published 7.0.0-beta.5 •
adazzle
published 7.0.0-beta.4 •
adazzle
published 7.0.0-beta.3 •
adazzle
published 7.0.0-beta.2 •
adazzle
published 7.0.0-beta.1 •
adazzle
published 7.0.0-beta.0 •
adazzle
published 7.0.0-canary.49 •
adazzle
published 7.0.0-canary.48 •

Changelog

Source

v7.0.0-canary.48

  • 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)
adazzle
published 7.0.0-canary.47 •

Changelog

Source

v7.0.0-canary.47

  • Added a third, optional generic on <DataGrid /> to specify the row key type. (PR)
  • Added the useRowSelection hook for custom cell renderers to access isRowSelected and onRowSelectionChange. (PR)
  • HeaderRendererProps.allRowsSelected tweaks, affecting the SelectColumn: (PR)
    • It will now be 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.
  • Optional props on <DataGrid /> can now also be null in addition to undefined. (PR)