≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
dataTable with colspan header
dataTable with colspan header
mhesabi
Posts: 1
Questions: 0
Answers: 0
July 2013
edited July 2013
in
General
Hi, i got a table like this http://live.datatables.net/unayup but i get [code]Uncaught TypeError: Cannot call method 'fnSetData' of undefined [/code]. what am i doing wrong?
Replies
allan
Posts: 65,835
Questions: 1
Answers: 10,953
Site admin
July 2013
Each columns needs a unique header cell - i.e. a cell which applies only to that column. That is so DataTables can apply sorting etc to the column.
I might try to relax this constraint in future versions, but its there for the moment I'm afraid.
Allan
This discussion has been closed.
Replies
I might try to relax this constraint in future versions, but its there for the moment I'm afraid.
Allan