From 6b6debf6f909c29c92e52991c5b6c9279e304bc9 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 29 Mar 2021 15:36:26 +0100 Subject: [PATCH] Reorder table settings to put column selection last --- packages/standard-components/manifest.json | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/standard-components/manifest.json b/packages/standard-components/manifest.json index 93752f8082..ede0e8cbc8 100644 --- a/packages/standard-components/manifest.json +++ b/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": {