I really like the examples from these datatables, however I can't get it to work.
I've tried 3 different versions;
1. The minified v1.8.2;
2. The full v1.8.2;
3. The minified v1.9 beta;
In all 3 versions I get this error:
Uncaught TypeError: Cannot call method 'fnSetData' of undefined
_fnSetCellDatajquery.dataTables.js:6711
_fnGatherDatajquery.dataTables.js:2849
$.fn.dataTablejquery.dataTables.js:7422
e.extend.eachjquery-1.7.1.min.js:2
e.fn.e.eachjquery-1.7.1.min.js:2
$.fn.dataTablejquery.dataTables.js:6923
(anonymous function)Global13.js:21
f.Callbacks.njquery-1.7.1.min.js:2
f.Callbacks.o.fireWithjquery-1.7.1.min.js:2
e.extend.readyjquery-1.7.1.min.js:2
c.addEventListener.B
Does anyone know what the problem is and how I can fix this?
I don't have a testpage which I can show right now, the page I've got is confidential. If this is still not enough information, then I guess I have to setup a testpage somewhere.
Thankyou very much, this has helped me. I was missing two <th>, since those columns didn't have a header name, so now I added 2 empty <th> and it works.