Responsive & Hidden table do not work?
Responsive & Hidden table do not work?
plaws
Posts: 3Questions: 2Answers: 0
I added a hidden table for extra details, however, it breaks in responsive mode
Code: https://pastebin.com/pCWC5e1j - html & js
Images: https://imgur.com/a/FhOgCNh
Is this behaviour compatible?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The pastebin requires a login.
I guess you are trying to build a custom child row. Please see this example. If the example doesn't help please provide a link to your page or a test case showing the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Sorry, I've added a new paste with password 3G1j23RHX4
https://pastebin.com/Z7f8uGf7
You are trying to use both Responsive and Child Row Details at the same time. The default mode of Responsive is to use the same Child Row space. They can't be used together in this way. You will need to use responsive as a modal as shown in this example. See the compatibility matrix for more details.
Kevin