How can I display multiple TableRecords based on a list? I have a set of headers and rows. Let's say I have 3 sets, I need 1 TableRecord for each.
If I put the TableRecord in a ListRecord, everything turns to Rows.
Hi @Faye Therese Paje ,
You can create a web-block & place your table widget inside the web block.
Create input parameters for your web-blocks which will be used in your table widget.
Now, you can use this web block inside the list record widget and based upon the inputs, you can change the functionality of each records inside the webblock.
check this link for reference, if you are new to webblock: https://learn.outsystems.com/training/journeys/web-developer-662/blocks/o11/58
Hope this helps,
regards,
Manish Jawla
Oh gosh, thank you so much! :) Sorry I missed that.
Your always welcome @Faye Therese Paje.
Enjoy your journey with OutSystems.