Auto refresh table with records #1167
-
Hi, could you please help me how can I implement the auto-refresh table if in the db added new records |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @amigolj I dont think we have this featured like a reactive refresh, but with datatables (https://datatables.net/) there is a method on window.crud.table that you can you use; ajax.reload(), just wrap it inside a setInternal
Cheers. |
Beta Was this translation helpful? Give feedback.
-
Due to not activity, i will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Hello @amigolj
I dont think we have this featured like a reactive refresh, but with datatables (https://datatables.net/) there is a method on window.crud.table that you can you use; ajax.reload(), just wrap it inside a setInternal
setInterval(window.crud.table.ajax.reload, 5000)
Cheers.