Releases: frappe/datatable
Releases · frappe/datatable
v1.1.4
1.1.4 (2018-07-19)
Bug Fixes
- style: Make cell take full height in firefox (18fa7d2)
- style: Namespace CSS variables to avoid clash with foreign CSS variables (7417b0f)
- theme: Include CSS variables in the final css build (1f387c9)
v1.1.3
1.1.3 (2018-07-18)
Bug Fixes
- css: Table cell border fix for firefox and edge browser (0856f6c)
- toggleFilter: Return early if inlineFilter is disabled (226aea2)
v1.1.2
1.1.2 (2018-07-10)
Bug Fixes
- destroy: Cleanup event listeners on destroy (bddb3c2)
v1.1.1
1.1.1 (2018-07-09)
Bug Fixes
- rowmanager: Fire onCheckRow event on checkAll (f971467), closes #38
v1.1.0
1.1.0 (2018-07-08)
Bug Fixes
- theme: More CSS variables for themes (78666f8)
Features
v1.0.1
1.0.1 (2018-07-08)
Bug Fixes
- treeView: Decrease left padding of tree node cells (2cf2191)
v1.0.0
1.0.0 (2018-07-07)
Features
Cell
- Custom Formatters
- Inline Editing
- Mouse Selection
- Copy Cells
- Keyboard Navigation
- Custom Cell Editor
Column
- Reorder Columns
- Sort by Column
- Remove / Hide Column
- Custom Actions
- Resize Column
- Flexible Layout
Row
- Row Selection
- Tree Structured Rows
- Inline Filters
- Large Number of Rows
- Dynamic Row Height
- sort: Apply sortOrder in initialization (d225308)