Browse Source

Reorder table settings to put column selection last

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
181ba065ec
  1. 26
      packages/standard-components/manifest.json

26
packages/standard-components/manifest.json

@ -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": {

Loading…
Cancel
Save