Skip to main content
12-Amethyst
January 6, 2023
Solved

Thingworx 9.3 Grid Config - Filter and Reset Button Location

  • January 6, 2023
  • 2 replies
  • 1675 views

Anyone know if 9.3 grid JSON configuration has the ability to set the location of the filter and reset buttons?

 

The old advanced grids allowed for this by using the below JSON string parameters:

 

 "search": {
 "multiColumn": {
 "enabled": true,
 "location": "bottom-right"
 }
 },
 "resetButton": {
 "enabled": true,
 "location": "bottom-right"
 }

 

 However the 9.3 grid configuration documentation does not show the ability to set location.  I've tried something like this but now luck. Anyone have a way to set the location of these two features?

 

 "resetButton": {
 "location": "bottom-right",
 "enabled": true
 },
 "filter": {
 "show": true,
 "location": "bottom-left"
 },

 

 (Note: I have found the documentation to be either inaccurate or non-exhaustive. Wondering if there is something missing in the documentation or if this functionality was disabled.)

Best answer by kparhad

Hi @travman7777 

 

We apologize that the desired functionality is not present in the new grid widget, However you can continue to use the legacy widgets in the meantime. The legacy widgets are being deprecated but they will continue to exist while the newer widgets are being enhanced.

 

 You can also submit a request for this on the ThingWorx Ideas board. which will allow others to vote for it.

 

Thanks

Komal Parhad

2 replies

12-Amethyst
January 10, 2023

Hello @travman7777 

Do you use new Grid widget (ptcsgrid) on 9.3? If so, unfortunately it seems location property of search/resetButton was obsoleted on Grid widget.

14-Alexandrite
January 10, 2023

Unfortunately there were several good features that dissappeared with the new Grid widget. Double-click event for instance.

kparhad7-BedrockAnswer
7-Bedrock
February 28, 2023

Hi @travman7777 

 

We apologize that the desired functionality is not present in the new grid widget, However you can continue to use the legacy widgets in the meantime. The legacy widgets are being deprecated but they will continue to exist while the newer widgets are being enhanced.

 

 You can also submit a request for this on the ThingWorx Ideas board. which will allow others to vote for it.

 

Thanks

Komal Parhad