Add CSS to child row

Add CSS to child row

john_mark_smithjohn_mark_smith Posts: 1Questions: 1Answers: 0

I have a table with expandable rows that can be seen here: jsFiddle

When I click the "+" expand icon the child rows appear as expected. However, the code I have inserted into the child row is stuck inside two <tr>s (generated by DataTables) and I cannot find a way to apply my own CSS to these <tr>s. All I want is to remove the padding so that the table in my child row is actually full width.

Answers

This discussion has been closed.