Line 6542 - Cannot read property 'asSorting' of undefined (Chrome)
Line 6542 - Cannot read property 'asSorting' of undefined (Chrome)
![BabyAzerty](https://secure.gravatar.com/avatar/713dcef796c6357cf02b5c3c6c4c85fb/?default=https%3A%2F%2Fvanillicon.com%2F713dcef796c6357cf02b5c3c6c4c85fb_200.png&rating=g&size=120)
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 !