Hypergrid v3.2.2
Contents
-
Scrolling on touch devices (see PR #807)
With much thanks to @AmirF27 (sorry for the delay!) -
column.header setter no longer calls grid.repaint()
This was the only call to repaint() outside of a UI interaction, so for consistency we are removing it. To see column header text change immediately, call grid.repaint() explicitly following column.header assignments or calls to grid.behavior.setHeaders(arrayOfHeaderText).
Build files
No build files are being published with this release because the next release (v3.3.2) will follow immediately.
NOTE
This version matches in content and version number a fork called faux-hypergrid
.