Release Notes
- DEPRECATION: #169 #170
onTableUpdate
has been deprecated. Please migrate to usingonRowSelected
. If you were usingonTableUpdate
to access sort state useonSort
instead for (selectedColumn, direction).onTableUpdate
will be removed in a future 4.0 release - #168 Migrated all
onX
callbacks to use React hooks internally. This cleans up the code quite nicely and separates concerns. - Added new test cases around pagination