v1.6.0
Bug Fixes
- Fixes #113 where
onSort
was returning a stale sort state - The sort icon was reversed. asc should now point up and des should point down
- Updated peerDependancies to point to at least React 16.6.0
🔥 Breaking Changes 🔥
onSort
now returns a column object with your configured column fields. https://github.com/jbetancur/react-data-table-component#columns
e.g.
onSort({ ...column fields }, sortDirection, event)
You can also see an example here: https://jbetancur.github.io/react-data-table-component/?path=/story/basic--sortable