v0.0.6
Pre-release
Pre-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:
- #51 - Fixed a bug which would fail to reset aggregators when sorting or grouping was changed
- #75 - Fixed a bug with the context menu not appearing in the right spot when the grid is rendered on a page with a scrollbar
- #81 - Fixed a bug which would call aggregator processors twice when using custom editors and Backbone.Collection data sets
- Fixed an issue where focusing the grid would cause a window scroll.
- Fixed a bug which would fail to update aggregator rows after values have been edited in an editable grid.
- Fixed a couple of bugs with Remote Data fetch() methods being called more than necessary when the grid is configured before it is appendTo the DOM
- Fixed a bug with aggregators not being switchable from the context menu.
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.