mctable
v1.5.0
Published
mcTable: HTML5/Canvas based table component
Downloads
1,371
Maintainers
Readme
mcTable
An HTML5/Canvas-based, multifunctional, and editable table component designed for high performance, customizability, validation, change tracking and seamless API integration.
Demo, usage, docs:
React component:
Issue tracker:
mcTable is free for any non-commercial usage (private, educational, etc.). For commercial usage please refer to LICENSE or contact [email protected].
Changelog
v1.5.0
- onDataSet event added
- onDataUpdate event added
- onValidationUpdate event added
- added option to validate hidden columns toov1.4.6
- Minor fixesv1.4.5
- Select type column label alignmentv1.4.4
- Fix in API's setData operation
- Table no longer scolls up when new data is set
- Fixed validation check on inserted rowsv1.4.3
- Fixed a rare issue with column-based validation fallback to lower level triggerv1.4.2
- Minor fixesv1.4.1
- Minor fixesv1.4.0
- Added column visibility settings
- Per-column validation
- Removed global validation in favor of column-based
- Performance improvementsv1.3.1
- Minor fixesv1.3.0
- Undo-redo improvements
- Cell updates now return changes