Replies: 1 comment 1 reply
-
It's sorted in the front end app by the property name. It should be very consistent. Any reason you want a specific order? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The .NET API allows a plugin to add custom event data like for POCO or dictionaries that can have multiple properties/values.
What determines the sort order of the Value1 and Value2 when they are displayed in a HTML table in the web app? According to my observations the sort order seems to be consistent but random. Random in the sense that it does not seem to be the order they were added and consistent in the sense that they always appear in the same order. How can I affect the order they are displayed?
Beta Was this translation helpful? Give feedback.
All reactions