Skip to main content
5-Regular Member
February 2, 2016
Solved

Is there any way in Thingworx that any mashup component/widget from Thingworx which will provide me a provision to move the Rows Up and Down(the rows are consisting of two colums)? If it possible to move the table row up and down, how can we implemen

  • February 2, 2016
  • 4 replies
  • 2024 views

Is there any way in Thingworx that any mashup component/widget from Thingworx which will provide me a provision to move the Rows Up and Down(the rows are consisting of two colums)? If it possible to move the table row up and down, how can we implement that?

Best answer by PaiChung

You'd probably need to maintain the information in a DataTable and then when you do a move it actually runs a service that re-assigns the Order of the rows in the DataTable and then reloads the content.

4 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
February 2, 2016

You'd probably need to maintain the information in a DataTable and then when you do a move it actually runs a service that re-assigns the Order of the rows in the DataTable and then reloads the content.

swpachore5-Regular MemberAuthor
5-Regular Member
February 2, 2016

But with which control I can achieve the desired result?

Actuall I hvae several rows listed in Grid control of Thingworx, task is to select the rows and put in some control which can provide me moving row up and down facility.

22-Sapphire I
February 2, 2016

Grid Widget, two buttons and a Service that takes Selected row(s) value as an input parameter.