Skip to content

Releases: fobbyal/grid-tools

v5.10.3

13 Feb 14:12
c8eed7a
Compare
Choose a tag to compare

5.10.3 (2024-02-13)

Bug Fixes

  • VietualiedContext.js: add console (67db8aa)

v5.10.2

29 Jul 12:06
e123d2d
Compare
Choose a tag to compare

5.10.2 (2021-07-29)

Bug Fixes

  • virtualizedRenderer: support onScroll listner prop (8eb7262)

v5.10.1

29 Jul 12:04
206650f
Compare
Choose a tag to compare

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

19 Jul 13:36
e643f8b
Compare
Choose a tag to compare

5.10.0 (2021-07-19)

Features

  • virtualizedRenderer: allow to pass content grid ref as property (9f1498d)

v5.9.4

06 Mar 15:15
706513e
Compare
Choose a tag to compare

5.9.4 (2021-03-06)

Bug Fixes

  • cellRender: using text-align css to align for ellipsis cell (6855249)

v5.9.3

24 Feb 06:09
ed96d8d
Compare
Choose a tag to compare

5.9.3 (2021-02-24)

Bug Fixes

  • cellRender.js + flexRenderer.js: added missing right border for last column (064a790)

v5.9.2

23 Oct 14:33
b25ad1f
Compare
Choose a tag to compare

5.9.2 (2020-10-23)

Bug Fixes

  • virtualizedCellRender: resolved ambigous condition (b25b380)

v5.9.1

07 Oct 15:23
dca5c1e
Compare
Choose a tag to compare

5.9.1 (2020-10-07)

Bug Fixes

  • CellEditContainer, Grid: Fix related to selection on edit (d02b404)

v5.9.0

10 Jun 12:04
187e18a
Compare
Choose a tag to compare

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

01 Jun 10:12
718bfd9
Compare
Choose a tag to compare

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)