DataTables hidden rows
DataTables hidden rows

is it possible to use DataTables to create hidden rows that only appear when a parent row is Clicked?
This question has an accepted answers - jump to answer
This discussion has been closed.
is it possible to use DataTables to create hidden rows that only appear when a parent row is Clicked?
This question has an accepted answers - jump to answer
Answers
Is this what you are looking for:
https://datatables.net/examples/api/row_details.html
Kevin