Details, Child Rows, dt-control applied to footer
Details, Child Rows, dt-control applied to footer
esprocon
Posts: 2Questions: 1Answers: 0
Link to test case: JSFiddle Test Case
Debugger code (debug.datatables.net): usoxom
Error messages shown: None
Description of problem: When attempting to implement the Child rows (show extra / detailed information) example, I am getting one of the child row controls in my footer. How can I prevent this? Complete implementation details provided in the fiddle linked above. Thanks in advance.
This question has an accepted answers - jump to answer
Answers
In the
tfoot
useth
instead oftd
like this:https://jsfiddle.net/3m21gvre/
Kevin
Wow, that was an incredibly simple solution, thank you!