Skip to content

v0.0.6

Pre-release
Pre-release

Choose a tag to compare

@EvHaus EvHaus released this 01 Jul 05:33
· 302 commits to master since this release

Breaking Changes:

Features:

  • New "options.scrollPosition" grid options can now control which side of the grid the scrollbar is rendered on
  • Developers can now tell remote grids to fetch all results using the "grid.remoteFetchAll()" method

Bug Fixes:

Other:

  • Enable hardware-accelerated CSS rendering for rows and canvas to drastically improve rendering performance during scrolling. (Thanks to Ray Matos and Ryan Petrich)
  • Both grid.showOverlay and grid.hideOverlay methods now return the current grid instance.