Skip to content

v1.2.0

Compare
Choose a tag to compare
@tabalinas tabalinas released this 08 Oct 00:00
· 209 commits to master since this release

Changes

  • #26 Add new option pagerRenderer to be able to specify renderer function for custom pager
  • #26 Hide unnecessary pager buttons instead of not rendering them (to be able to show missing buttons in case of custom pager scenario)
  • #81 getSorting method was introduced to get current grid sorting
  • onDataLoading, onItemInserting, onItemUpdating, and onItemDeleting allow to cancel operation setting args.cancel = true (could be used for validation purposes).

Fixes

  • #88 onItemUpdated doesn't return the updated row but the updating one
  • #93 String sort strategy for number issue
  • #94 Filter with static data exception
  • Fix changing load strategy on the fly issue