Skip to content

Releases: neolution-ch/react-data-table

Release 2.5.0

25 May 12:40
Compare
Choose a tag to compare

dependabot: #33 Bump loader-utils from 1.4.0 to 1.4.2

Release 2.4.0

17 May 08:13
Compare
Choose a tag to compare

Added

  • the prop rowHighlight to all tables. Check RowHighlightInterface for prop definition. Set condition for which a row should be highlighted. Possibility to set custom style for highlights

Release 2.3.2

08 Mar 08:50
Compare
Choose a tag to compare

Added

  • the style 'white-space:no-wrap' to default 'ActionCell' to have icons on the same line

Release 2.3.1

07 Mar 09:54
Compare
Choose a tag to compare

Changed:

  • depandabot: Bump ejs from 3.1.6 to 3.1.8

v 2.3.0

06 Mar 14:18
b7788dc
Compare
Choose a tag to compare

Added

  • the prop icon to the DataTablePredefinedActionLink interface to specify the view action column icon. Possible values are all IconProp. The default value is the eye icon faEye

v 2.1.2

20 Jun 06:27
7962eec
Compare
Choose a tag to compare

Added

  • Added asc prop to specify the arrow icon sorting direction
  • Added orderBy prop to specify the sorting key value

v 2.2.0

22 Feb 07:20
397e322
Compare
Choose a tag to compare

Added

  • the prop actionsPosition to the DataTable component to specify the position of the actions column. Possible values are left and right. The default value is left.

v 2.1.1

04 May 18:29
957aa78
Compare
Choose a tag to compare

Changed

  • Moved storybook to github pages

v 2.1.0

02 May 12:22
aa7ec24
Compare
Choose a tag to compare

Added

  • Dynamic table handler to reload the data from an external source.
  • Added new story to reload data with sample code.
  • Implemented className and style properties to the table and the actions.
  • Added reload tests.

Changed

  • Changed max-lines allowed in DataTableInterfaces.ts.
  • Changed max-lines allowed in DataTableRouted.tsx.

v 2.0.3

19 Apr 12:09
16bfd6b
Compare
Choose a tag to compare

Added

  • Story book