Skip to content

v6.2.1

Compare
Choose a tag to compare
@jbetancur jbetancur released this 11 Jan 18:59
· 331 commits to master since this release

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