th is broken after colspan

th is broken after colspan

hlymrnhlymrn Posts: 2Questions: 1Answers: 0
edited July 2021 in DataTables

https://imgur.com/a/hhs3ed5

I'm aware datatables does not seem to support this colspan & rowspan thing but i am hoping for a way to fix this. Please check the image link. Just wondering if anyone have encountered this problem and was able to find a fix.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736
    Answer ✓

    Datatables doesn't support colspan within the tbody. You can have complex headers like you show. See this example. If the example doesn't help then 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

  • hlymrnhlymrn Posts: 2Questions: 1Answers: 0

    By checking my code in live.datatables.net I figured out it's a css problem and not in datatables.. your reply leads me to a solution thank you

Sign In or Register to comment.