fnUpdate by row
fnUpdate by row
I'm trying to get a row, modify the values, and update the table. I can update one cell OK, but when I try to update the whole row I get a script error. Looking at the syntax, I think it should work. Here is the test code: http://live.datatables.net/koxalaj/1/edit
Button update1 updates the cell and update2 tries to update the row.
Thanks.
Button update1 updates the cell and update2 tries to update the row.
Thanks.
This discussion has been closed.
Replies
The problem doesn't exist when using the legacy API with 1.10: http://live.datatables.net/koxalaj/3/edit
Allan