a.aoColumns[c] is undefined
a.aoColumns[c] is undefined
Hi, i'm setting up DataTables for the first time.
I included it in the bottom of my page using:
[code]
$(document).ready(function(){
$('#tSorted').dataTable();
});
[/code]
My table can be viewed here: http://tinkerbin.com/McMIio6P
I get an error saying a.aoColumns[c] is undefined ?
Please help me, thanks for reading. :)
Greetings
I included it in the bottom of my page using:
[code]
$(document).ready(function(){
$('#tSorted').dataTable();
});
[/code]
My table can be viewed here: http://tinkerbin.com/McMIio6P
I get an error saying a.aoColumns[c] is undefined ?
Please help me, thanks for reading. :)
Greetings
This discussion has been closed.
Replies
Allan
Thank you for your help!
Greetings
F
L
E
P
U
f
a
b
c
d
e
f
g
in my purchased template have only 6 TDs example so i think some where its looking for 6 TDs ... if am trying to add more than 6 TDs getting this error "TypeError: a.aoColumns[c] is undefined"
Please help me
Thanks in advance !!
Allan
http://debug.datatables.net/irumak
here you can see debug info... If am using only 6 TD s that works fine but not works for more than 6 TDs
Please help me
Allan
But have this issue
i just initialize the code but right now its works but am getting this following JS alert message :(
"DataTables warning (table id = 'dt_gal'): Cannot reinitialise DataTable.
To retrieve the DataTables object for this table, pass no arguments or see the docs for bRetrieve and bDestro"
here is debug details
DataTable really good , thanks for your job
I have a suggestion , If someone comment in our discussion then go email for all active users for that purticular discussion . So everyone can help New guys..
Please ignore if wrong
Thanks
I'v got a similar problem: Firefox: FireBug: "TypeError: a.aoColumns[c] is undefined".
In the thead I've got one th with colspan="2". If I add no tbody, I get no errors. But if there is a tbody with some td's, I get the error...
http://pastebin.com/B0LMrFvJ
Thank you.
Allan
So if you have one or more column(s) that will not be sorted, you've got a problem...