Multiple Configuration Issue
Multiple Configuration Issue
Hello all!
I seem to have a problem going on. When I try and add multiple configuration it seems to break my table.
eg.
[code]
$(document).ready(function() {
$('.table').dataTable( {
"sPaginationType": "bootstrap"
"sDom": "fti"
"iDisplayLength": 5
} );
} );
[/code]
It will just break. But if i just take out 2 of the 3 it works. only 1 configuration will work.
Is there something I am doing wrong?
Any help will do. Thanks in advance!
I seem to have a problem going on. When I try and add multiple configuration it seems to break my table.
eg.
[code]
$(document).ready(function() {
$('.table').dataTable( {
"sPaginationType": "bootstrap"
"sDom": "fti"
"iDisplayLength": 5
} );
} );
[/code]
It will just break. But if i just take out 2 of the 3 it works. only 1 configuration will work.
Is there something I am doing wrong?
Any help will do. Thanks in advance!
This discussion has been closed.
Replies
"sPaginationType": "bootstrap",
Thank you so much!