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