Basically as the title suggest I have a table that refreshes once a minute using fnReloadAjax like so - var refreshId = setInterval(function() {oTable.fnReloadAjax();}, 60000);
I was wondering, is there an in-built way to keep the pagination state when the reload ajax is triggered?
Thanks in advacnce
I was wondering, is there an in-built way to keep the pagination state when the reload ajax is triggered?
Thanks in advacnce