451
Views
4
Comments
reactive Table adding an additional row in the layout
Question

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?

2018-06-05 16-54-03
Maria da Graça Peixoto

Hi! 

Have you tried to use the "list insert" action to insert a record in the source list from the table? 

Regards

Graça

UserImage.jpg
Paul Davies

Maria da Graça Peixoto wrote:

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,  Looking at the table layout rather than adding data to the table.

2018-06-05 16-54-03
Maria da Graça Peixoto

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 . 

Regards

Graça

2011-08-23 22-04-05
Tiago Simões
Staff

Hi Paul,

For a static table you would need to use the HTML Element Widget. Check out how here.

Cheers,

Tiago Simões

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.