How to reload cell/row/table after inline editing?
How to reload cell/row/table after inline editing?
KevTheHuman
Posts: 2Questions: 1Answers: 0
How can we update (reload/redraw) table/row/cell after inline editing?
Constructive replies will be greatly appreciated masters
This discussion has been closed.
Answers
Are you having an issue with the table not updating after inline editing?
If this is the problem then.... If everything is working properly the table should show the updated information after the data is saved. This requires the server code to return the updated row as described here:
https://editor.datatables.net/manual/server
If this doesn't answer your question please provide more detail on your goal.
Kevin
Thanks for the feedback kthorngren.
The client changed his mind and we are now trying a different approach.