Row layout

Row layout

mgeorgescu1990mgeorgescu1990 Posts: 2Questions: 1Answers: 0


Hello guys,

I've been struggling with this issue for days now. I just wanna add extra information under each row like the image shows.
I want that information to be responsive to the table size changes. I tried so many things, don't know what to do anymore.
Nested tables always break the layout. Is there a way to make the inner table align with the headers of the outer table? Not sure how to handle this situation. Seems trivial but... Thank you!

This question has an accepted answers - jump to answer

Answers

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

    That's not possible, I'm afraid. As the manual says,

    Please also note that while DataTables supports colspan and rowspan in the table's header and footer, they are not supported in the table's tbody and must not be present.

    Colin

  • mgeorgescu1990mgeorgescu1990 Posts: 2Questions: 1Answers: 0

    Thank you Colin! Cheers!

Sign In or Register to comment.