How to reload cell/row/table after inline editing?

How to reload cell/row/table after inline editing?

KevTheHumanKevTheHuman Posts: 2Questions: 1Answers: 0

How can we update (reload/redraw) table/row/cell after inline editing?
Constructive replies will be greatly appreciated masters :smile:

Answers

  • kthorngrenkthorngren Posts: 20,302Questions: 26Answers: 4,769

    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

  • KevTheHumanKevTheHuman Posts: 2Questions: 1Answers: 0
    edited April 2017

    Thanks for the feedback kthorngren.
    The client changed his mind and we are now trying a different approach.
    :)

This discussion has been closed.