Are it's possable to ReDraw not all data table but only one row or cell?

Are it's possable to ReDraw not all data table but only one row or cell?

JerrysJerrys Posts: 13Questions: 2Answers: 0
edited October 2012 in General
I looking for a solution to redraw not all datatable but only one row or cell? May bee data tables have this function? (I don't find it :))

The other question, are it's possable to redraw all datatable but not change a paging? I mean if I press for example twice next button, then make record update, witch update file calls reDraw table (fnReDraw function), but when this function executes, the datatable was redraw and paging start from first page. Are it's possable that paging leave the same as before update (how in my example third)?

Thank you for help

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    You are correct - DataTables, when it does a draw, will redraw all rows that are visible, not an individual row.

    > The other question, are it's possable to redraw all datatable but not change a paging?

    Yes - that's called a 'standing redraw' in DataTables. There is a plug-in for that: http://datatables.net/plug-ins/api#fnStandingRedraw

    Allan
  • JerrysJerrys Posts: 13Questions: 2Answers: 0
    Thank you Allan, it works fine.
This discussion has been closed.