Updating column that belongs to fixed columns (using extension fixed columns)
Updating column that belongs to fixed columns (using extension fixed columns)
newbie2016
Posts: 4Questions: 2Answers: 0
Hi, i'm currently working with fixed columns extension and would like to update the column which belongs to fixed columns..the display doesn't show the updated value, as seen on my sample below:
http://live.datatables.net/qaxecese/1/edit?html,css,js,console,output
is there a way to render the updated value in the fixed column? thanks in advance...
This discussion has been closed.
Answers
Since you aren't using Datatables API's to update the data Datatables isn't aware of the change. You will need to use something like
rows().invalidate()
to have Datatables refresh its data and update the table.Kevin