Skip to content

Add functionality of Add/Update/Highlight datagrid item & other goodies

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 25 Nov 22:35
· 2450 commits to master since this release

Fixes

  • Pagination should go back to page 1 on Sort and/or Filter Changed
  • fix wrong behavior of inline dateEditor with Flatpickr
  • fix cannot find stylesheet on element detach/destroy

Small breaking change

  • calling the "resizeGrid()" function from the ResizerService no longer requires to pass Grid & Column Definitions objects as arguments. This is to simplify the call when user want to resize the grid.

New Features

  • auto-resize columns when onMenuClose of Grid Menu is called
  • add outputType to be used with inline editor (currently only DateEditor supports it)