There’s a cache issue with IE when requesting in GET mode, and I knew that you suggested adding an extra parameter, say a timestamp, to the url to avoid getting old data. But how can I do this with a datatable without invoking the load() method with an extra url parameter each time?
But how can I achieve this without invoking any method? I mean, can I make a datatable automatically add the extra url parameter “ts” each time the datatable is refreshed with only url set?