In traditional web you are able to add additional "rows" to a table layout that allow you to add web blocks below each row of a table. Does anyone have a solution to do something similar in Reactive?
Hi!
Have you tried to use the "list insert" action to insert a record in the source list from the table?
Regards
Graça
Maria da Graça Peixoto wrote:
Maria, Looking at the table layout rather than adding data to the table.
You are using a "table Records" not a table, so to add a row you have to add data to the list.
I didn't found any "table" widget in the reactive, perhaps you can use a List .
Hi Paul,
For a static table you would need to use the HTML Element Widget. Check out how here.
Cheers,
Tiago Simões