Bootstrap + data tables not displaying.
Bootstrap + data tables not displaying.
tombomb
Posts: 5Questions: 3Answers: 0
Hey all,
For the life of me I cant figure out what im doing wrong, any help would be amazing.
Live example http://narwhals4life.com/work/
http://live.datatables.net/pamunewu/2/
Thanks Tom
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi Tom,
Thanks for the links!
The issue is here:
DataTables does not support
colspan
orrowspan
in thetbody
I'm afraid. However, in your example, thecolspan
is actually redundant since all rows in that column have it (if everything is colspan=2 then there is really only one column!).Removing the
colspan
attribute allows it to work.Regards,
Allan
Awesome! it was that and that i had 2 jquerys.