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 tha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 tha
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?
Solved! Go to Solution.
- Labels:
-
Extensions
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Grid Widget, two buttons and a Service that takes Selected row(s) value as an input parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So, I have a input parameter which is the current step but how to move for the next step?
