Addition parameter for loadNext

Hello Webix Team,
I have used loadNext for loading data but I want to pass parameter “cache=false ” to avoid caching on IE .
How to pass additional parameter to loadNext rather than count,start,callback & URL.

Please find below snippet:
https://snippet.webix.com/5yci4o8c

Hi,

You can mix the unique parameter into the loadNext call

this.loadNext(50, 0, null, url + "?uid="+webix.uid()); 

https://snippet.webix.com/gwjpf9pm