react-data-table v6.2.1 Release Notes

Release Date: 2020-01-11 // over 4 years ago
  • ๐Ÿ›  Fixes

    • ๐ŸŽ #420 -when inlining a function into selectableRowsSelected whereonSeletedRowsChange triggers a state change should no longer break selectableRows. It's however recommended that you do not use an inline function as this causes an unnecessary re-render of RDT. In both cases selectableRows should no longer break. Refer to how React re-renders based on equality for background info.
    • #424 - when using typescript columns[].name will now accept a number or a React component