Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

37 lines (32 loc) · 1.87 KB

0.1.2

  • Grids can now be initialized synchronously under any pagination mode. Issue #44, Issue #45, backbone-pageable 1.1.5
  • Allow the use of custom header, body, row and footer by supplying them in the grid constructor as options. Issue #40
  • Cells rerender themselves during display mode upon model attribute changes. Issue #37
  • Fixed bug where new rows aren't inserted into the body when the grid is initially empty. Issue #36
  • Paginator now displays a single page handle numbered 1 when the collection is empty. Issue #35
  • Grid now renders on columns reset. Issue #34
  • null or undefined values on a datetime type model attribute no longer throws an error. Issue #32, Issue #43
  • Backbone.PageableCollection no longer need to be present in order for the header to work. Issue #30
  • cursor: pointer for the sort carets in the header. Issue #29
  • Numbered paginator handlers no longer point to the wrong pages after clicking on the go to last page handle. Issue #28
  • Put rendered rows into a document fragment to speed up rendering of the grid body. Issue #26

0.1.1

  • Fix issue where the default comparator is sorting incorrectly for models. Issue #23

0.1

  • Initial Release