vaadin / board

Framework 8 version of vaadin-board
Other
8 stars 10 forks source link

You can not set relative height for Grid, GridTree, SpreadSheet inside the board. #93

Open rogozinds opened 7 years ago

rogozinds commented 7 years ago

If Vaadin component height depends on its content, setting relative height for this component makes them very small. You need to set the height of the component in pixels or set its content to have fixed size. This issue happens for Grid, Tree, GridTree, GridLayout, Spreadsheet.