Can I create datatables without thead tag
Can I create datatables without thead tag
Can I create datatables without thead tag. so I want to declare only the table tag and create the columns using the columns option in datatables. Is this possible?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Datatalbes does require a
theadas described in the HTML docs. Instead of creating atheadin the DOM you can usecolumns.titleto have Datatables create thethead.Kevin