Releases: joaocarmo/react-smart-data-table
Releases · joaocarmo/react-smart-data-table
v0.16.0
What's Changed
- [Feat] Creates and implements a SmartDataTableContext by @joaocarmo in #73
- [Chore] Remove
dev
dir and upgrade to React 18 by @joaocarmo in #74
Full Changelog: v0.15.0...v0.16.0
v0.15.0
Key features
- Adds support for a custom sort
compareFn
per column which can, among others, be used to leverage localeCompare
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.0
v0.10.1
v0.10.0
v0.9.0
Key features
- Added a new
dataKeyResolver
prop that accepts custom function which takes
the response as its only argument and returns the data - Fixed a long lasting bug regarding the
headers
prop overriding behavior - Fixed the loader not appearing if
data
was empty - The
TableCell
component was renamed toCellValue