Make Table width 100%
Make Table width 100%
![Ploetzi](https://secure.gravatar.com/avatar/a620ee282e755a23e8a4883eb8369ff8/?default=https%3A%2F%2Fvanillicon.com%2Fa620ee282e755a23e8a4883eb8369ff8_200.png&rating=g&size=120)
Hello,
i have tried to make the table width 100% with the following code, but it is not working:
[code]
$('#tabl').dataTable({ "bJQueryUI": true,"bAutoWidth":false, "bSort": false, "sPaginationType": "full_numbers"});
$("#tabl_wrapper").css("width","100%");
$("#tabl").css("width","100%");[/code]
i have tried to make the table width 100% with the following code, but it is not working:
[code]
$('#tabl').dataTable({ "bJQueryUI": true,"bAutoWidth":false, "bSort": false, "sPaginationType": "full_numbers"});
$("#tabl_wrapper").css("width","100%");
$("#tabl").css("width","100%");[/code]
This discussion has been closed.
Replies
Allan