You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish that multiline was an option, not the default, but to give a TableRow the multiLine option like a TextField, so that the whole row will be as high as the highest row, i.e. to add whiteSpace: 'normal' to each TableRowColumn, but also add an extra padding (about 12px?), because it doesn't look good without it.
Same for: TableHeader/TableHeaderColumn would be nice
Problem description
0.15.4
0.16
Steps to reproduce
Provide a very long text to
<TableRowColumn />
: http://www.webpackbin.com/VkzfhMPRWSeems to have been introduced by 252449d.
Versions
If we remove the
whiteSpace: nowrap
, it will allow multiple lines, any idea on how we can fix this, @oliviertassinari ?The text was updated successfully, but these errors were encountered: