Debugger suggests table width of 100% for version 2.1.3
Debugger suggests table width of 100% for version 2.1.3
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
Good point - I haven't updated the debugger for the new behaviour in 2.1. Thanks for noting that.
Allan
Awesome thanks