Releases: neolution-ch/react-data-table
Releases · neolution-ch/react-data-table
Release 5.9.1
Fixed
meta dropdownFilter
in order to be controlled.
Release 5.9.0
Added
columnPinning
feature. Allows the pinning of columns.
Release 5.8.0
Added
- option
hideHeaderFilters
added to the column meta to hide the header filter (needs to be set to true for all columns) - option
headerFilterStyle
added to the column meta to be able to style the header filter - option
customFilterName
added to the column meta to be able to use different mappings than theaccessor
of the column description
Fixed
pkg.pr.new
workflow in order to prevent caching issues
Release 5.7.0
Added
- property
onRowClick
inReactDataTable
in order to define a custom function to execute the row is clicked - property
enableRowClick
inReactDataTable
in order to define if a row should be clickable or not
Release 5.6.0
Added
- property
fullRowSelectable
in thereactTableOptions
to manually disable the selection onceenableRowSelection
is enabled and the row is anywhere clicked
Release 5.5.0
Added
- added missing col span property for
grouped columns
feature
Release 5.4.1
Fixed
- added missing optional
rowSelection
state in Fully controlled hook
Release 5.4.0
Added
expanded
feature
Release 5.3.0
Added
- possibility to override the default
noEntries
message in a singular case
Release 5.2.0
Added
rowSelection
feature
Changed
- the
wiki
documentation is now linked in the readme