Redraw single cell (or line) ?

Redraw single cell (or line) ?

WuigiWuigi Posts: 10Questions: 2Answers: 0

Hi everyone !

I have a very simple question : is there any way to redraw a single cell or line, without Datatables going through all the table lines ?

Context : I'm working with quite big tables (~10000 lines), which are obviously pretty heavy memory and processing-wise. I'm programatically modifying the data of some rows, and would like to redraw them and only them, to avoid the (very long - around 7s) whole redraw of the table. But unfortunately, even table.rows(1).invalidate().draw(false) goes through all the rows (as can be checked by a console.log() into the render function).

I've searched the forum but couldn't find an answer...

Alan maybe ? :)

Thanks in advance !! And congrats again for the amazing tool :)

This discussion has been closed.