Skip to content

Releases: neolution-ch/react-data-table

Release 5.9.1

19 Dec 08:11
Compare
Choose a tag to compare

Fixed

  • meta dropdownFilter in order to be controlled.

Release 5.9.0

17 Dec 10:04
Compare
Choose a tag to compare

Added

  • columnPinning feature. Allows the pinning of columns.

Release 5.8.0

02 Dec 17:25
Compare
Choose a tag to compare

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 the accessor of the column description

Fixed

  • pkg.pr.new workflow in order to prevent caching issues

Release 5.7.0

04 Oct 14:10
Compare
Choose a tag to compare

Added

  • property onRowClick in ReactDataTable in order to define a custom function to execute the row is clicked
  • property enableRowClick in ReactDataTable in order to define if a row should be clickable or not

Release 5.6.0

02 Oct 16:34
Compare
Choose a tag to compare

Added

  • property fullRowSelectable in the reactTableOptions to manually disable the selection once enableRowSelection is enabled and the row is anywhere clicked

Release 5.5.0

25 Sep 10:24
Compare
Choose a tag to compare

Added

  • added missing col span property for grouped columns feature

Release 5.4.1

05 Jul 11:31
Compare
Choose a tag to compare

Fixed

  • added missing optional rowSelection state in Fully controlled hook

Release 5.4.0

14 Jun 08:24
Compare
Choose a tag to compare

Added

  • expanded feature

Release 5.3.0

03 Jun 11:58
Compare
Choose a tag to compare

Added

  • possibility to override the default noEntries message in a singular case

Release 5.2.0

01 May 11:11
Compare
Choose a tag to compare

Added

  • rowSelection feature

Changed

  • the wiki documentation is now linked in the readme