Skip to main content
1-Visitor
April 3, 2017
Solved

Sort column with "GRID ADVANCED extension" not working ?

  • April 3, 2017
  • 6 replies
  • 3277 views

hello

I'm using the new extension "grid advanced" in release 1.1.1 with a getImplementingThingsWithData service

I'm using Thingworx 7.3.2-b42

The widget works fine except for sortinG.

I have activated the sort option into the widget.

I can see the small triangle to sort a column but the grid is not refresh when using it.

Is there something to bind or to do to have it working ?

Best answer by posipova

There should be example entities  that are included in the package - please see the bindings. The sort feature needs a query to perform the sort.

6 replies

20-Turquoise
April 3, 2017

Let me investigate/reproduce and I will get back to you with results.

pjoly1-VisitorAuthor
1-Visitor
April 4, 2017

Hello

I noticed also than the "auto-width" option for column is not working with this new grid widget.

20-Turquoise
April 3, 2017

Also a quick note, the advanced grid widget is to be used with Thingworx version 7.4 or later.

pjoly1-VisitorAuthor
1-Visitor
April 3, 2017

Thanks

you should correct the market place if not compatible < 7.4

Release Date:March 31, 2017
Last Updated:March 31, 2017
Current Version:1.1.1
Software Application Type:Extension
Requirements:ThingWorx 7.2+

Regards

posipova20-TurquoiseAnswer
20-Turquoise
April 3, 2017

There should be example entities  that are included in the package - please see the bindings. The sort feature needs a query to perform the sort.

pjoly1-VisitorAuthor
1-Visitor
April 3, 2017

Hello

I bound the queryfilter to my QueryImplementingThingWithData query + filter action on this service and it works

Thanks