v0.0.2
Pre-release
Pre-release
Bug Fixes:
- #17 - Unhandled Error when left click/right click on editable cell
- #21 - Context menu is not removed when the grid's container is removed from the DOM
- #24 - Proving the grid an empty menuExtensions function causes the menu to break
- Fixed a bug which would throw an error when calling
grid.destroy()more than once. Will display a console.warn() instead now. - Fixed a bug with
grid.remove()which would not remove the right row when the grid contains at least one NonDataItem row. - Fixed a bug which would throw an error when attempting to remove a column which had a post-processing cache.
- Fixed a bug with the "Column Options" header in the context menu not being drawn in some instances.
- Fixed a bug which prevented editors to save changes when using Backbone Collection data and having nested row children.
Features:
- #22 - Add support for new rowSpacing grid option
- #25 - Add a method to allow developers to refetch data for a Remote Grid
Other:
- Fixed a memory leak issue with the Remote example demo
- Fixed a DOM memory leak with the grid's destroy method
- Removed animation delay on highlight when selecting cells (for all themes)