Skip to main content
17-Peridot
June 25, 2020
Question

Widget within the Grid

  • June 25, 2020
  • 2 replies
  • 986 views

Hi Folks,

 

With the latest versions of Thingworx,is there any chance to achieve the requirement of Widget inside widget or any other upgrade in the existing Adv Grid to accomplish this.

Its been a very popular requirement of displaying clickable Images/buttons inside the data grid but haven't come across any concrete solution to this problem apart from Repeater widget.

Please share your views if we can develop a data grid  as shown below,using Thingworx 8.5 or onwards.

 

TanmeyTWX_0-1593085216407.png

 

Thanks in advance.

2 replies

17-Peridot
June 26, 2020

@TanmeyTWX ,

 

I used the collection widget to create the following:

PEHOWE_0-1593207103146.png

This was done with ThingWorx 8.5. In this example there is a row ID and a service for each button (view, edit, delete) in the row. The Row id is passed to the function. Let me know if this approach meets your needs and what information you need to create your own example.

 

Have Fun

TanmeyTWX17-PeridotAuthor
17-Peridot
June 29, 2020

Hi @PEHOWE ,

 

Yes, I have also used Collection widget and achieved the requirement somehow.

 

Thanks!