tabalinas / jsgrid

Lightweight Grid jQuery Plugin
http://js-grid.com
MIT License
1.53k stars 353 forks source link

Changing pageSize reloads the data in grid. #1413

Closed knr438 closed 1 year ago

knr438 commented 2 years ago

Hi. I have the problem with changing the pageSize in grid dynamically. For example: rowClick: (args) => { $(this.grid.jsGrid('option', 'pageSize', 80) }, When i click on any data record - pageSize changes to 80, but grid is reloading the data. How can I stop this and only change the pageSize without reload?