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

TP_devopsTP_devops Posts: 2Questions: 2Answers: 0

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

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    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

This discussion has been closed.