Refreshing child rows

Refreshing child rows

fabioberettafabioberetta Posts: 74Questions: 23Answers: 4

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

Answers

  • allanallan Posts: 61,805Questions: 1Answers: 10,119 Site admin
    Answer ✓

    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

This discussion has been closed.