github jbetancur/react-data-table-component v5.0.0

latest releases: v7.6.2, v7.6.1, v7.6.0...
4 years ago

🎉 Features 🎉

  • #348 You can now use row => row['your prop'] to pre expand or disable a specific row expander using expandableRowExpanded={row => row.expandme} or expandableRowDisabled={row => row.disableExpand} respectively
  • #349 You can now use row => row['your prop'] to preselect or disable a specific row select using selectableRowSelected={row => row.selectme} or selectableRowDisabled={row => row.disableSelect} respectively
  • #345 New prop onRowExpandToggled gives you a callback to the expanded rows toggle and row state (expanded, row)

🔥 Breaking Changes 🔥

  • #348defaultExpandedField and expandableDisabledField have been removed and replaced by selectableRowSelected and selectableRowSelected callbacks.
  • #349 selectableRowsPreSelectedField and selectableRowsDisabledField have been removed and replaced by selectableRowSelected and selectableRowDisabled callbacks.
  • #352 Removed deprecated onSelectedRow

Don't miss a new react-data-table-component release

NewReleases is sending notifications on new releases.