Table does not re-render after changing screen layout

Table does not re-render after changing screen layout

rodrigomartins806rodrigomartins806 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.

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Make sure you have width="100%" or style="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

Sign In or Register to comment.