Line 6542 - Cannot read property 'asSorting' of undefined (Chrome)
Line 6542 - Cannot read property 'asSorting' of undefined (Chrome)
BabyAzerty
Posts: 4Questions: 0Answers: 0
Hello,
I am having troubles with line 6542 (which is [code] var oColumn = oSettings.aoColumns[ oSettings.aaSorting[i][0] ]; [/code]), on Chrome and Firefox, I get this
oColumn: undefined
oSettings: Object
with oSettings having an empty aoColumns.
My table is as simple as this
[code]
Table Cell
Table Cello
a
b
e
frzeqf
[/code]
And js is like this :
[code]
oTable = $('#example').dataTable({
"bJQueryUI": true
});
[/code]
Thanks
I am having troubles with line 6542 (which is [code] var oColumn = oSettings.aoColumns[ oSettings.aaSorting[i][0] ]; [/code]), on Chrome and Firefox, I get this
oColumn: undefined
oSettings: Object
with oSettings having an empty aoColumns.
My table is as simple as this
[code]
Table Cell
Table Cello
a
b
e
frzeqf
[/code]
And js is like this :
[code]
oTable = $('#example').dataTable({
"bJQueryUI": true
});
[/code]
Thanks
This discussion has been closed.
Replies
Allan
Thank you allan !