Releases: fobbyal/grid-tools
Releases · fobbyal/grid-tools
v5.10.3
5.10.3 (2024-02-13)
Bug Fixes
- VietualiedContext.js: add console (67db8aa)
v5.10.2
5.10.2 (2021-07-29)
Bug Fixes
- virtualizedRenderer: support onScroll listner prop (8eb7262)
v5.10.1
5.10.1 (2021-07-29)
Bug Fixes
- Grid: add data in selected rows if it exists in view (f52383a)
- Grid: call selectionChanged listner also after forcefull selection change with ref (b1763ff)
v5.10.0
5.10.0 (2021-07-19)
Features
- virtualizedRenderer: allow to pass content grid ref as property (9f1498d)
v5.9.4
5.9.4 (2021-03-06)
Bug Fixes
- cellRender: using text-align css to align for ellipsis cell (6855249)
v5.9.3
5.9.3 (2021-02-24)
Bug Fixes
- cellRender.js + flexRenderer.js: added missing right border for last column (064a790)
v5.9.2
5.9.2 (2020-10-23)
Bug Fixes
- virtualizedCellRender: resolved ambigous condition (b25b380)
v5.9.1
5.9.1 (2020-10-07)
Bug Fixes
- CellEditContainer, Grid: Fix related to selection on edit (d02b404)
v5.9.0
5.9.0 (2020-06-10)
Bug Fixes
- Grid.js: checking if selection valid before calling functions (which may return NaN if selectio (7aeb47c)
Features
- editEngine.js: - added optional argument addedFirst to support new added records on top, - cor (161703b)
v5.8.0
5.8.0 (2020-06-01)
Bug Fixes
- editEngine.js flexRenderer.js: - added missing invalidMessage tooltip to PureCell(flexRenderer) (ff586b6)
Features
- DropdownCellEditor.js: - supporting raw text in dropdown editor ( by passing acceptRawText ) (5462a23)