Refreshing child rows
Refreshing child rows
fabioberetta
Posts: 74Questions: 23Answers: 4
in Editor
Hi,
I am using child rows and I have set an editor to change its data.
Now once the child data is posted back to the database I do not know how to refresh the child row content. how should I do the refresh?
ty
f
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would need to recreate the child row. This is probably easiest done by calling again the function that you originally used to create the child row.
You could alternatively update the child row contents, since they are under your control rather than DataTables, but simply calling your function to show the child row again might be easiest.
Allan