Datatable Child rows to hide/show extra information conflicts with Datatable responsive api
Datatable Child rows to hide/show extra information conflicts with Datatable responsive api
i have an implementation similar to this example https://datatables.net/examples/api/row_details.html. The problem is that it doesn't work correctly when i set responsive api to true and columns get hidden by the api.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @TP_devops ,
If you're trying to add child rows on a table that's also responsive, you will run into problems - both Responsive and your code will be clashing with the children. You can either create your own child rows or let Responsive deal with it.
Cheers,
Colin