Make Table width 100%
Make Table width 100%
Ploetzi
Posts: 2Questions: 0Answers: 0
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