Releases: flipbyte/redux-datatable
Releases · flipbyte/redux-datatable
New config
- Added table layout feature for handling layouts.
- Table is divided into individual components.
- Select all with indeterminate checkbox.
- Styling done at the component level.
v0.5.4: Merge pull request #34 from easeq/master
Improvements
v0.5.3: Merge pull request #33 from easeq/master
Pass action as a config item to thunk
v0.5.2: Merge pull request #32 from easeq/master
v0.5.1: Merge pull request #28 from easeq/master
Modified schema object keys
Added new features
- Table now has an editable option.
- Added a new select all rows option for batch actions.
- Added print button option to the toolbar for printing the table.
- Buttons in the table body can now add icons using tag class.
- Added classNames to html elements to be externally styleable.
- Fixed loading icon hide issue on request error.
- Fixed limit "all" option showing default value in the select element.
- Added a new toolbar item of type "button".
v0.4.1: Merge pull request #17 from easeq/master
v0.4.0: Merge pull request #15 from easeq/master
- Added table print feature.
- Added customizable loader/spinner.
- Add custom column body renderer.
- Added "visible" prop to initialize show/hide for specific column.
v0.3.0: Added filterable column of type options (#11)
* Added options filter and updated options body value * 0.3.0 * Update README.md
v0.2.2: Fixed row taking space when none of the columns are filterable (#10)
* Fixes #9 * 0.2.2