Hello, I was wondering if the data grid supported server side paging? i cannot find any paging events to listen to
Ketan Gote
@ketan-gote
Hi Daniel, Rightnow pagination is client side. Can you provide more details on the requirement, so we can plan to integrate that feature in our next release.
Daniel Moncada
@danielmoncada
thanks!
no problem. client side won't work for my use-case, due to the amount of records that need to be loaded / what we are working with. about a million DB records
so server side paging is a must, so that we can only fetch 50~ at a time, per page.