I know how to set colspan on a FormItem.
Is there also a way to set a rowspan?
I know how to set colspan on a FormItem.
Is there also a way to set a rowspan?
Simon Martinelli:
I know how to set colspan on a FormItem.Is there also a way to set a rowspan?
I could be wrong, but I don’t recall ever seen a rowspan. Is this just to add more items to a FormItem or something else?
If you need to just have multiple items, you can wrap them in a Div and add the Div to the FormItem rather than the component. Line break with <br> if needed.
I’m looking for something similar to https://vaadin.com/docs/v8/framework/layout/layout-gridlayout.html
Will Vaadin Flow also provide a GridLayout?
At least currently, GridLayout is not provided in Flow: https://vaadin.com/docs/v13/flow/migration/5-components.html#layouts
Are there any plans to add GridLayout to Flow?
I refer you to that same page, a bit higher:
GridLayout - Not planned. See [detailed notes]
(https://vaadin.com/docs/v13/flow/migration/5-components.html#layouts) about replacement alternatives below.
Here’s the related issue (not solved yet) https://github.com/vaadin/vaadin-form-layout/issues/121