Bootstrap + data tables not displaying.

Bootstrap + data tables not displaying.

tombombtombomb Posts: 5Questions: 3Answers: 0
edited August 2015 in Priority support

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

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Answer ✓

    Hi Tom,

    Thanks for the links!

    The issue is here:

    <td colspan="2" >
    

    DataTables does not support colspan or rowspan in the tbody I'm afraid. However, in your example, the colspan 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

  • tombombtombomb Posts: 5Questions: 3Answers: 0

    Awesome! it was that and that i had 2 jquerys.

This discussion has been closed.