Releases: neolution-ch/react-data-table
Releases · neolution-ch/react-data-table
Release 2.5.0
dependabot: #33 Bump loader-utils from 1.4.0 to 1.4.2
Release 2.4.0
Added
- the prop
rowHighlight
to all tables. CheckRowHighlightInterface
for prop definition. Set condition for which a row should be highlighted. Possibility to set custom style for highlights
Release 2.3.2
Added
- the style 'white-space:no-wrap' to default 'ActionCell' to have icons on the same line
Release 2.3.1
Changed:
- depandabot: Bump ejs from 3.1.6 to 3.1.8
v 2.3.0
Added
- the prop
icon
to theDataTablePredefinedActionLink
interface to specify the view action column icon. Possible values are allIconProp
. The default value is the eye iconfaEye
v 2.1.2
Added
- Added asc prop to specify the arrow icon sorting direction
- Added orderBy prop to specify the sorting key value
v 2.2.0
Added
- the prop
actionsPosition
to theDataTable
component to specify the position of the actions column. Possible values areleft
andright
. The default value isleft
.
v 2.1.1
Changed
- Moved storybook to github pages
v 2.1.0
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
Added
- Story book