Skip to content

Releases: neolution-ch/react-data-table

Release 5.8.0

02 Dec 17:25

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

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

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

Choose a tag to compare

Added

  • added missing col span property for grouped columns feature

Release 5.4.1

05 Jul 11:31

Choose a tag to compare

Fixed

  • added missing optional rowSelection state in Fully controlled hook

Release 5.4.0

14 Jun 08:24

Choose a tag to compare

Added

  • expanded feature

Release 5.3.0

03 Jun 11:58

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

Choose a tag to compare

Added

  • rowSelection feature

Changed

  • the wiki documentation is now linked in the readme

Release 5.2.0-beta.0

01 May 08:37

Choose a tag to compare

Release 5.2.0-beta.0 Pre-release
Pre-release

Added

  • rowSelection feature

Changed

  • the wiki documentation is now lined in the readme

Release 5.1.0

05 Apr 14:04

Choose a tag to compare

Fixed

  • endless loop on pagination state when paginating client-side

Added

  • auto pageIndex reset when paginating server side