Reorder table settings to put column selection last
This commit is contained in:
parent
694dab654d
commit
181ba065ec
|
@ -1485,19 +1485,6 @@
|
||||||
"label": "Data Provider",
|
"label": "Data Provider",
|
||||||
"key": "dataProvider"
|
"key": "dataProvider"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "multifield",
|
|
||||||
"label": "Columns",
|
|
||||||
"key": "columns",
|
|
||||||
"dependsOn": "dataProvider",
|
|
||||||
"placeholder": "All columns"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"label": "Auto Cols.",
|
|
||||||
"key": "showAutoColumns",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "Row Count",
|
"label": "Row Count",
|
||||||
|
@ -1548,6 +1535,19 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Quiet",
|
"label": "Quiet",
|
||||||
"key": "quiet"
|
"key": "quiet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "multifield",
|
||||||
|
"label": "Columns",
|
||||||
|
"key": "columns",
|
||||||
|
"dependsOn": "dataProvider",
|
||||||
|
"placeholder": "All columns"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "boolean",
|
||||||
|
"label": "Auto Cols.",
|
||||||
|
"key": "showAutoColumns",
|
||||||
|
"defaultValue": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dataContext": {
|
"dataContext": {
|
||||||
|
|
Loading…
Reference in New Issue