filter & info boxes sticked to the right & left window borders
filter & info boxes sticked to the right & left window borders
lowley
Posts: 6Questions: 0Answers: 0
hello
My table has a width of 1000px and is centered, but with these values, the filter and the info _box are at sticked to the right & left border of the screen. what should I do to avoid that?
here is the table:
[code]
Nom
Prénom...[/code]
& here is the js code:
[code]
$(document).ready(function() {
$('#aTable').dataTable({
"bPaginate": false
});
});
[/code]
thanks.
My table has a width of 1000px and is centered, but with these values, the filter and the info _box are at sticked to the right & left border of the screen. what should I do to avoid that?
here is the table:
[code]
Nom
Prénom...[/code]
& here is the js code:
[code]
$(document).ready(function() {
$('#aTable').dataTable({
"bPaginate": false
});
});
[/code]
thanks.
This discussion has been closed.
Replies
Allan