Datatable basic configuration doesn't work on firefox
Datatable basic configuration doesn't work on firefox
Hello, I'm new in this forum.
someone can help me? I used datatables in a project.. everything is ok, whith all browsers works but on fireforx I can't see the table with datatables.
Error reported by firebug is:
[code] oColumn is undefined
Line 6746 [/code]
My configuration is:
[code]$(document).ready(function() {
$('#tab_riep').dataTable({
"sDom": 'rt<"bottom"iflp>',
"aLengthMenu": [[10, 25, 50], [10, 25, 50]]
});
} );[/code]
someone can help me? I used datatables in a project.. everything is ok, whith all browsers works but on fireforx I can't see the table with datatables.
Error reported by firebug is:
[code] oColumn is undefined
Line 6746 [/code]
My configuration is:
[code]$(document).ready(function() {
$('#tab_riep').dataTable({
"sDom": 'rt<"bottom"iflp>',
"aLengthMenu": [[10, 25, 50], [10, 25, 50]]
});
} );[/code]
This discussion has been closed.