Releases: sematext/sematable
Releases · sematext/sematable
v1.4.6
Improvements:
- you can now use
className
in column definitions to set the css class to be used for column's<td>
element
v1.4.5
Improvements:
- peerDependencies are now used for react, redux, font-awesome, and bootstrap
- fixed storybook not running on Windows
v1.4.4
v1.4.3
v1.4.2
v1.4.1
Improvements:
#23: Allow more general headers (node instead of text-only)
#24: Provide option to set column header title
#25: Set nowrap on page size label
Documentation
#18: New storybook story for editable cells, and support to run storybook with either Bootstrap 3 or Bootstrap 4
#26: Fix number of params in README
v1.4.0
v1.3.3
- Table now accepts CheckboxComponent property for using a custom component to render row selection checkboxes
v1.3.2
v1.3.1
- Fixed handling on undefined values while sorting. Undefined value are now moved to the tail end of the sorted array.