Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
New Advice: Grid or Table or ....
I want to create a table with 4-6 columns and multiple rows.
On the top of the table is a menue like here in the forum, when you write a topic
- bold
- cursiv
- underlined
- color of font
- List
- etc.
Every cell of the table should be edtiable like a RichTextArea by the Menue on the top of the table.
My Question: Which component should i use?
Grid
Table
etc.
Can you give me therefore an advice?
Hi,
if your table contains a limited amount of rows and holds mostly components, I would go with Table. Grid is better when you have mostly data in your table and a (possibly) large amount of rows.
-Olli