Datatables with colspan in the body
Datatables with colspan in the body
 Noodles12            
            
                Posts: 115Questions: 42Answers: 2
Noodles12            
            
                Posts: 115Questions: 42Answers: 2            
            I have a datatable with colspan in the body. I used the trick of "<td style="display: none;"></td>" mentioned somewhere before. It works fine; however, I have another table on the same page without colspan.
Because of this, the sizing of the tables looks off. I am not sure why table is not working here, but it works in my environment. Here is my code -
This discussion has been closed.
            
Answers
Your test case doesn't execute properly but that's ok because the answer is that Datatables doesn't support
colspannorrowspanin thetbody. See the HTML requirements doc for details.Kevin