Releases: ZeroarcSoftware/tabletable
Releases · ZeroarcSoftware/tabletable
v4.8.0 - Beta
Features
- Column sorting #7
- Typescript conversion
- Inline row editing (experimental)
- External filter text setting/resetting
- Add dual scroll bar for responsive tables
Bugs
- Clear filter button works even without filter populated to preserve search
v3.0.0
Features
- Pager styling updated to bootstrap 4 classes
- Font awesome icons updated to FA5.
v2.2.1
Features
- Webpack 4
- Flow type fixes
v1.3.0
Features
- Added external page handling via currentPage prop and onPageChange handler method
v0.5.0
Features
- Make data propType validator use isIterable() for validation instead of Seq. This will reduce extraneous propType warnings.
- Update to latest version of React
v0.4.0
Features
- React 15
- Switched to babel 6
v0.3.1
Bugs
- Fiter text was specific to original use case ("Outputs"). Changed to "Type to filter".
v0.3.0
Breaking Changes
- rowCssClass column definition property renamed to elementCssClass
Features
- Row context feature added to alleviate duplicate computations per column
- rowCssClass repurposed to only effect elements
- Upgrade to React 0.14.2
v0.2.0
Breaking Changes
- cssClass column definition property split into headerCssClass and rowCssClass
Features
- Upgrade to React 0.14.1
- Add content to Readme.md
Bugs
- Fixed pager bug that could cause user to end up on invalid page when filtering