1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

Reorder table settings to put column selection last

This commit is contained in:
Andrew Kingston 2021-03-29 15:36:26 +01:00
parent 0c4687c502
commit 6b6debf6f9

View file

@ -1485,19 +1485,6 @@
"label": "Data Provider",
"key": "dataProvider"
},
{
"type": "multifield",
"label": "Columns",
"key": "columns",
"dependsOn": "dataProvider",
"placeholder": "All columns"
},
{
"type": "boolean",
"label": "Auto Cols.",
"key": "showAutoColumns",
"defaultValue": false
},
{
"type": "number",
"label": "Row Count",
@ -1548,6 +1535,19 @@
"type": "boolean",
"label": "Quiet",
"key": "quiet"
},
{
"type": "multifield",
"label": "Columns",
"key": "columns",
"dependsOn": "dataProvider",
"placeholder": "All columns"
},
{
"type": "boolean",
"label": "Auto Cols.",
"key": "showAutoColumns",
"defaultValue": false
}
],
"dataContext": {