v1.5.0
Changes
- Support Promise/A in controller methods
- Add
onPageChanged
callback fired when current grid page index is changed - Add 5 new locales: Japanese, Chinese, Georgian, Turkish, German
- Add
onInit
callback fired on the grid creation - Add
jsGrid.version
static field to get current lib version
Fixes
- Incorrect validation for grid with hidden fields #226
- Improve styling to be able to put tables inside jsgrid w/o styling clashing
- Fix
reset
api method incorrect behavior forpageLoading: true
scenario