Table.ajax.reload(null, false); cannot be used with SearchPanes?

Table.ajax.reload(null, false); cannot be used with SearchPanes?

jyd0228jyd0228 Posts: 30Questions: 11Answers: 0

Table.ajax.reload(null, false); cannot be used with SearchPanes?

Answers

  • jyd0228jyd0228 Posts: 30Questions: 11Answers: 0

    setInterval(function() {
    Table.ajax.reload(null, false);
    }, 3000);

    When executed as above, the phenomenon of moving from another page to page 1 occurs.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    It seems to be behaving as expected here. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.

    Cheers,

    Colin

This discussion has been closed.