Datatable pager

Hi Webix team,

https://snippet.webix.com/21skximv

In this snippet,
If I am clicking on pages forward or backward, I am fetching data from server, so it takes some time to come the response in that period of time I want to disable pages.

How I can do this or give me the better solution for this issue.
Thanks,
Mira

you need to process onBeforeLoad / onAfterLoad events of datatable and disable / enable pager.

Hi webix team,
Please can you provide me snippet for same?

Hello @Meera ,

Please, check the sample: Code Snippet

@Nastja ,

If I am changing the page I want pager to be disable and once data is coming from server and attaching to the datatable, then only my pager will enable.
https://snippet.webix.com/rt601cu4

Code Snippet.

Got this solution