Datatable's Loadnext count value issue

Hello Webix Team,
In load next first parameter is count,In my case i have mention count as 10 but still it showing 50 as a count on network view of developer tool. By default loadnext set count as 50.
How could I set count manually,

Snippet : https://snippet.webix.com/14hefizy

Hello @komals,
For dynamic data loading you need to use datafetch and url instead of loadNext():
https://snippet.webix.com/9x1i9ktg

Here is an example with loadNext(), if you need to manually call reloading:
https://snippet.webix.com/b50591fe