filter & info boxes sticked to the right & left window borders

filter & info boxes sticked to the right & left window borders

lowleylowley Posts: 6Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
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.

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Very likely you have a container element which has a specific width assign to it. However, we'd need a test case (as noted in the forum rules, and in the "New Discussion" form) to actually be able to say.

    Allan
This discussion has been closed.