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",
|
"label": "Sort order",
|
||||||
"key": "initialSortOrder",
|
"key": "initialSortOrder",
|
||||||
"options": ["Ascending", "Descending"],
|
"options": ["Ascending", "Descending"],
|
||||||
"defaultValue": "Ascending"
|
"defaultValue": "Ascending",
|
||||||
|
"dependsOn": "initialSortColumn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
|
Loading…
Reference in New Issue