Debugger suggests table width of 100% for version 2.1.3

Debugger suggests table width of 100% for version 2.1.3

hleithnerhleithner Posts: 7Questions: 2Answers: 0

I used the debugger on 2.1.3 version which automatically sizes the table to 100% if I read the release notes correctly.

I removed my width: 100% from the table style.

But now the Debugger is complaining:

Tables which have scrolling enabled should have their width set to be 100% to allow dynamic resizing of the table. This should be done with a width="100%" or style="width:100%" attribute. Using width:100% in your CSS is unfortunately not enough as it is very difficult to read a percentage value from stylesheets!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin

    Good point - I haven't updated the debugger for the new behaviour in 2.1. Thanks for noting that.

    Allan

  • hleithnerhleithner Posts: 7Questions: 2Answers: 0

    Awesome thanks

Sign In or Register to comment.