Hello Webix team,
I am facing cache issue on IE for loadNext (as I have implemented pagination)method. Is there any way by which I can clear the cache?
Hello Webix team,
I am facing cache issue on IE for loadNext (as I have implemented pagination)method. Is there any way by which I can clear the cache?
Hello,
Please check the related discussion
If it doesn’t help, please, could you clarify the use-case or send a snippet with a code?
Hello Nastja,
On IE: I have a call like:
$$('id_brix_search_table').loadNext(pagerLimit, 0, null,"getResultFor_TableView?sessionKey=" + sessionKey+'&data='+modifiedObj+"&colsData="+JSON.stringify(colsArr));
But some times: My new data is not getting parsed to data table and it shows old data. Even though I have used ClearAll method to clear the data of table before initial binding(i.e. before loadNext call).
This issue is only found on IE not on Chrome/Firefox.
So Is there any way by which I can clear the cache? LIKE
In ajax call:
$.ajax({
cache: false, // we used it to clear the cashe
});
try to add some unique argument to the query. so that the cache will be bypassed.
We don’t have the built-in capability to avoid request caching
So, my previous answer is the only one solution