How can i create a datatables without thead
How can i create a datatables without thead

How can i create a datatables without thead and thead will be take the data from database
This discussion has been closed.
How can i create a datatables without thead and thead will be take the data from database
Answers
You would use
columns.title
build thethead
. Here is an example:http://live.datatables.net/huyexejo/1/edit
Kevin