Hi,
In DHTMLX Grid pagination, when select the “…row per page” drop to change the number of row per page, how can I change the default values of 5,10,25,30 to our choice of values. We want to set 25,50,100,500.
Thanks,
Brian
Hi,
In DHTMLX Grid pagination, when select the “…row per page” drop to change the number of row per page, how can I change the default values of 5,10,25,30 to our choice of values. We want to set 25,50,100,500.
Thanks,
Brian
You can use
grid.setPagingWTMode(true, true, true, [25,50,100,500])
last parameter - array of page size values