25
Views
3
Comments
Solved
Multiple TableRecords based on a list
Application Type
Traditional Web

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.

  • TableRecord 1
    • Set of Headers 1
      • Row 1
      • Row 2
  • TableRecord 2
    • Set of Headers 2
      • Row 1
      • Row 2
      • Row 3
  • TableRecord 3
    • Set of Headers 3
      • Row 1
      • Row 2

If I put the TableRecord in a ListRecord, everything turns to Rows.


2019-11-11 17-10-24
Manish Jawla
 
MVP
Solution

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

2021-03-09 23-11-09
Faye Therese Paje

Oh gosh, thank you so much! :) Sorry I missed that.

2019-11-11 17-10-24
Manish Jawla
 
MVP

Your always welcome @Faye Therese Paje.

Enjoy your journey with OutSystems.

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