Skip to main content
15-Moonstone
December 20, 2023
Solved

Data Grid Widget without Thingworx

  • December 20, 2023
  • 1 reply
  • 2165 views

Hello Community

 

Is there a way to use the Data Grid widget without TW?

 

Or is it possible to build something similar with repeaters?

 

Thanks for your help!

 

Alex

Best answer by whity

Have a look over here:

How to create 2D components using Javascript from ... - PTC Community

 

cheers

whity

1 reply

whity16-PearlAnswer
16-Pearl
December 21, 2023
AlexK15-MoonstoneAuthor
15-Moonstone
December 21, 2023

Hi Whity 

 

Thanks!

 

I did see that post, but it wouldn't provide the first line of the grid with all the row descriptions.

 

But it could still work, if I add the row descriptions as a line to the JSON response from the server.

 

IT would be nice to have a widget, that works without Thingworx.

 

Best wishes

 

Alex

AlexK15-MoonstoneAuthor
15-Moonstone
December 21, 2023

It worked, I've made a static array with the labels for each row and made a new array adding the server data and the row labels, it is not the perfect solution, but it will be ok for now