Server side pagination of datatable

Hi Webix team,

https://snippet.webix.com/1v8jtzt4

I want to do pagination.
My datatable data is coming on tree item click.
If I am using callback in loadnext method I am not able to do pagination.
But I want to check the response for success and error.
How I can do it?

Hello,

You can call webix.ajax explicitely, state the necessary url parameters, and when the data is available, check it and parse it to the datatable: https://snippet.webix.com/ubet6914

@Helga
This is not pagination for what I am asking?
If one tree node having 1cr data will it work?

Hi Webix team,
Please reply me