Child row's width equals parent row's width
Child row's width equals parent row's width

This is my problem I have to change this child row's width to equals parent row's width. How can I do this
my code same as this link's code https://datatables.net/examples/api/row_details.html
This discussion has been closed.
Answers
You probably need to add something like:
into your CSS. The browser will automatically attempt to make table's as thin as possible unless told otherwise.
Allan