Skip to main content
10-Marble
February 22, 2023
Solved

Expand Or Switch to full screen a particular cell in collection when click on button/cell.

  • February 22, 2023
  • 1 reply
  • 1431 views

Hi,

How we can do this in Thingworx ? Is there any OOTB ? Or any workaround.

Pls help me to achieve this use case.

 

Thanks,

VS

Best answer by Sathishkumar_C

You can create separate mashup and on button click event you can show popup screen with full screen.

1 reply

17-Peridot
February 22, 2023

You can create separate mashup and on button click event you can show popup screen with full screen.

10-Marble
February 22, 2023

Hi @Sathishkumar_C 

 

I can do it by Navigating to mashup on button click using Navigation function , But challenge is to get the whole cell data to popup mashup. Is there any way to keep cell as it is in Popup Mashup on button click event?

 

Thanks,

VS

17-Peridot
February 22, 2023

I believe, you have to pass all the data via Mashup Parameters. Or, you have execute some services to fetch data.