Auto refresh datatable
Auto refresh datatable
antoniocib
Posts: 277Questions: 62Answers: 1
Good morning everyone,
I would like to implement an auto refresh in my table, without losing the selected row on refresh.
I have tried in every way but I can't, can you help me?
Answers
See this example.
Kevin
@kthorngren
Hi kevin,
But in this way is a manual operation i want every 10 second..
Use a setTimeout() function to call
ajax.reload()
at the interval you want.Kevin
@kthorngren
Hi Kevin,
Can u do an example?
There are examples in the
ajax.reload()
docs.Kevin