update table without redrawing everything

update table without redrawing everything

bluebaronbluebaron Posts: 33Questions: 0Answers: 0
edited May 2012 in General
Updating the data in the table is causing the whole table to redraw. Does anyone know how to update only the cells, and if needed add another tr on the current page?
We're trying to update every second. Very annoying to have the scroll position and pagination reset every second.

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    edited May 2012
    see fnUpdate (and use bRefresh=false to avoid redrawing table) and fnAddData to add a row
This discussion has been closed.