Releases: neolution-ch/react-data-table
Releases · neolution-ch/react-data-table
Release 5.8.0
Added
- option
hideHeaderFiltersadded to the column meta to hide the header filter (needs to be set to true for all columns) - option
headerFilterStyleadded to the column meta to be able to style the header filter - option
customFilterNameadded to the column meta to be able to use different mappings than theaccessorof the column description
Fixed
pkg.pr.newworkflow in order to prevent caching issues
Release 5.7.0
Added
- property
onRowClickinReactDataTablein order to define a custom function to execute the row is clicked - property
enableRowClickinReactDataTablein order to define if a row should be clickable or not
Release 5.6.0
Added
- property
fullRowSelectablein thereactTableOptionsto manually disable the selection onceenableRowSelectionis enabled and the row is anywhere clicked
Release 5.5.0
Added
- added missing col span property for
grouped columnsfeature
Release 5.4.1
Fixed
- added missing optional
rowSelectionstate in Fully controlled hook
Release 5.4.0
Added
expandedfeature
Release 5.3.0
Added
- possibility to override the default
noEntriesmessage in a singular case
Release 5.2.0
Added
rowSelectionfeature
Changed
- the
wikidocumentation is now linked in the readme
Release 5.2.0-beta.0
Added
rowSelectionfeature
Changed
- the
wikidocumentation is now lined in the readme
Release 5.1.0
Fixed
- endless loop on
paginationstate when paginating client-side
Added
- auto
pageIndex resetwhen paginating server side