Releases: predixdesignsystem/px-data-table
Releases · predixdesignsystem/px-data-table
Move bower components to use registered component names.
All dependencies now pointing to px-* components that are now registered in the bower registry.
Fix 1px border-collapse padding bug.
v1.1.1
added a quick explanation on how to prevent auto-syncing your data to your model in the readme.
Add hide-pagination-control property
- Add hide-pagination-control property to allow user to control if the data table pagination controls are available or not to the user.
Table border fixes.
- Fixes for table borders disappearing in Safari
- Fixes for column only and row only cell borders.
- Removal of '5' row option in pagination control to match data table design.
Fixes missing tooltip and incorrect positioning on validation error.
v1.0.1 Version 1.0.1
Cell edit and validation
- Now possible to set a column as 'editable' and allow the cell to be selected and the content edited.
- Per-cell validation is now possible. As a cell is edited and the change accepted a (developer supplied) validation routine is executed, a cell will be marked as invalid if it fails the validation routine.
v0.3.1
Update package.json