Release v0.16.0
BREAKING CHANGES
DataTable sorting options are now handled by the component itself.
To enable please change the sortEnabled
prop to true in case you want all columns to have the sort ability or use an string array with the element Keys where you want to enable the sorting function.
What's Changed
- Updated Dropdown Selector component by @bexsoft in #646
- Updated project dependencies by @bexsoft in #650
- Handled Sort in DataTable by @bexsoft in #651
- Release v0.16.0 by @bexsoft in #652
Full Changelog: v0.15.1...v0.16.0