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

thanks