We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3671f6f commit 86790eeCopy full SHA for 86790ee
extensions/widgets/treeview/notes/feature-sorting_options.md
@@ -0,0 +1,8 @@
1
+# Sorting Options
2
+
3
+The tree view widget now has the ability to sort the keys of its arrayData in different ways.
4
+Two properties have been added to achieve this:
5
+* sortOrder: either "ascending" or "descending"
6
+* sortType: either "text" or "numeric".
7
8
+The default sort order of the widget is ascending numeric.
0 commit comments