Using dataTables with dynamic whole table update from websocket callback

Using dataTables with dynamic whole table update from websocket callback

kpoxkpox Posts: 2Questions: 1Answers: 0

I am a complete newbie to dataTables and javascript; I seem to be having problems using a combination of websockets and dataTables.

The server back-end is continuously generating data that is largely unknown. The client side receives the websocket data via a callback. What I want to achieve is this:

  1. whole table update
  2. The update only occurs if a certain time interval has elapsed since the last update
  3. Column size is fixed at 10.
  4. Row size will not exceed 500.

Answers

  • kpoxkpox Posts: 2Questions: 1Answers: 0

    I am using dataTables 1.10

This discussion has been closed.