Table interval reload function doesn't preserve current page

Table interval reload function doesn't preserve current page

klinglerklingler Posts: 90Questions: 42Answers: 2

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

Answers

This discussion has been closed.