Live Data
Live Data
netcom
Posts: 5Questions: 0Answers: 0
Hello,
i'm using datatables with ajax server side, i want to get in live (real-time) the data if have a modification, so every X sec receive automaticaly, or when someone add data (form),
how i can receive the data without refreshing the page?
thanks
i'm using datatables with ajax server side, i want to get in live (real-time) the data if have a modification, so every X sec receive automaticaly, or when someone add data (form),
how i can receive the data without refreshing the page?
thanks
This discussion has been closed.
Replies
I agree. Use something like time delay and redraw the table
For reference, you can just check Flot - Charts plugin for jQuery
http://people.iola.dk/olau/flot/examples/realtime.html => Here the chart is updated every 30 ms. Hope this gives you an idea how you can achieve this.