Skip to main content
4-Participant
October 3, 2024
Question

Clickable Nested Infotable

  • October 3, 2024
  • 2 replies
  • 1089 views

Is there a way to create an infotable on a mashup that allows to click on infotables within the infotable like you get on the Thingworx composer?  When I send my data to the grid widget, I get an infotable icon that's not clickable.  I would assume this is a pretty simple thing since it's used in Composer, but I can't figure it out.  Any help would be appreciated.

 

JaredBird_0-1727955710915.png

 

JaredBird_1-1727956081109.png

 

 

2 replies

Rocko
19-Tanzanite
October 4, 2024

Composer uses different widget than Mashup editor, that is why Composer can do things differently.

For your use case, not sure if it's the most elegant solution (or elegant at all), but you could put a link in there to a new mashup instead of the infotable.

Put the infotable into a session variable and have the new mashup using a grid with the data bound to that variable.

16-Pearl
October 11, 2024

other ideas:

you do not show the columns containing the infotable in the base table. when the user selects a row the 'selected' infotables:

1. are then passed to three different grids and show the content. (so you have multiple grids in the same mashup)

2. or instead add a button "show details" to and open a popup with the three additional grids. or trigger the popup vie double click or so.

Catalina
Community Moderator
October 8, 2024

Hi @JaredBird,


I wanted to see if you got the help you needed.


If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.


Of course, if you have more to share on your issue, please pursue the conversation.

Thanks,

Catalina | PTC Community Moderator
JaredBird4-ParticipantAuthor
4-Participant
October 8, 2024

Not really.  I feel like if there is a way to allow infotables to be clicked through in Composer, there must be an easy way to create them on mashups.