Skip to content

v0.0.4

Pre-release
Pre-release

Choose a tag to compare

@EvHaus EvHaus released this 06 May 15:49
· 358 commits to master since this release

Breaking Changes;

  • When defining a custom class function for rows or columns, that function will now be bound to the grid instance instead of the row object
  • The rowSpacing option will now add spacing to the top of the row, instead of the bottom
  • When the grid is initialized it will now validate the column definitions to ensure that there are no two columns with the same 'id' value, and that there are no undefined or null definitions

Bug Fixes:

  • #44 - Auto-column resize fails on newly added columns
  • Fixed a bug where the grid viewport would be rendered a few pixels taller than it should be
  • Fixed a bug which would allow you to edit Backbone.Model id values via editors
  • Fixed a bug which would fail to update the grid rows when a Backbone.Collection data set was populated with new values via reset()

Features:

Other:

  • Added a cache for collection item ids which improves rendering performance for large data sets by 5-25%