Table does not re-render after changing screen layout
Table does not re-render after changing screen layout
rodrigomartins806
Posts: 1Questions: 1Answers: 0
Hello, I'm using the datatable in my project, however when I change the screen size or use a cell phone and resize the screen the table doesn't follow, I would like to know if there is any code to resize it automatically.
This discussion has been closed.
Answers
Make sure you have
width="100%"
orstyle="width:100%"
as an attribute on the table (CSS width:100% is not enough).If that isn't it, please link to a test case showing the issue, per the forum rules.
Allan