Pass jQuery DataTable to Row.Child().Show()

Pass jQuery DataTable to Row.Child().Show()

alexlealexle Posts: 7Questions: 2Answers: 0

Most of the topics on passing a new jQuery DataTable to Row.Child().Show() to display a detail table has been closed. At the moment, I am able to display a detail table using Row.Child(row.data()).Show() but I built the HTML table manually and return it to the parent row.

I would like to use jQuery DataTable for my detail table so that it will automatically populate the data using the Row.data() as data source. How do you accomplish this?

Thank you.

This discussion has been closed.