Table interval reload function doesn't preserve current page
Table interval reload function doesn't preserve current page

Good day (o;
Using now the interval reload function for a table which displays the last visited products on our online shop..
setInterval( function () {
table.ajax.reload();
}, 5000 );
Is there a way to prevent jumping back to page 1 when the reload happens?
Makes difficult to browse through the records (o;
thanks in advance
richard
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
There is an example of staying on the same page in the
ajax.reload()
docs.Kevin
Argl*....scrolling down is the key (o;
Just great :-)