Update grid sorting settings to make order conditional on column
This commit is contained in:
parent
59559ee93c
commit
10cbf4f08a
|
@ -5583,7 +5583,8 @@
|
|||
"label": "Sort order",
|
||||
"key": "initialSortOrder",
|
||||
"options": ["Ascending", "Descending"],
|
||||
"defaultValue": "Ascending"
|
||||
"defaultValue": "Ascending",
|
||||
"dependsOn": "initialSortColumn"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
|
|
Loading…
Reference in New Issue