Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
687 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I have a form with a paging grid which must be ordered by particular field. Som
davids900
over 9 years ago
I have a form with a paging grid which must be ordered by particular field. Some of the rows have identical values for that field, and occasionally the order of two or more rows with the same value get swapped. It seems Appian orders rows with the same value randomly. Has anyone else faced this problem and figured out how to get them to stop rearranging themselves?
I've tried sorting by two fields, which you can't do, moving the dataset to the load() function which breaks other functionality, using an if() to only have the grid save the pagingInfo value it has if it doesn't match the one it had before, and changing the datasubset to a toDataSubset() function so I CAN sort by two fields. Nothing works.
OriginalPostID-160292
OriginalPostID-160292
Discussion posts and replies are publicly visible
Parents
0
davids900
over 9 years ago
I solved this by using an if() to confirm that the pagingInfo value of the grid has actually changed, and setting the datasubset to {} if it hasn't changed
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
davids900
over 9 years ago
I solved this by using an if() to confirm that the pagingInfo value of the grid has actually changed, and setting the datasubset to {} if it hasn't changed
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data