edit row data - example: error and good processing
edit row data - example: error and good processing
MatoP
Posts: 2Questions: 1Answers: 0
in DataTables
Link to test case: http://live.datatables.net/jahoboqa/5/edit
Description of problem:
Uncomment just one of the three lines in the example and click on the button [Update Row].
The line with the wrong output is marked in the description.
I also tried it with the selector '#example tbody tr:nth-child(2)'.
I got the same results.
Best regards, Martin
Answers
This is working as expected. You are sorting by the column being updated so when
.draw()
is called the table will be sorted moving the'
to the top. Is this what you are seeing as the error or is it something else?Kevin
yes, sorting
OK, thanks