Merge pull request #10991 from Budibase/feature/no-sort-settings-option

Added a 'None' option for sorting columns in data components.
This commit is contained in:
deanhannigan 2023-06-23 12:10:10 +01:00 committed by GitHub
commit e978d627b4
1 changed files with 8 additions and 4 deletions

View File

@ -3544,7 +3544,8 @@
{ {
"type": "field/sortable", "type": "field/sortable",
"label": "Sort column", "label": "Sort column",
"key": "sortColumn" "key": "sortColumn",
"placeholder": "None"
}, },
{ {
"type": "select", "type": "select",
@ -4323,7 +4324,8 @@
{ {
"type": "field/sortable", "type": "field/sortable",
"label": "Sort by", "label": "Sort by",
"key": "sortColumn" "key": "sortColumn",
"placeholder": "None"
}, },
{ {
"type": "select", "type": "select",
@ -4567,7 +4569,8 @@
{ {
"type": "field/sortable", "type": "field/sortable",
"label": "Sort column", "label": "Sort column",
"key": "sortColumn" "key": "sortColumn",
"placeholder": "None"
}, },
{ {
"type": "select", "type": "select",
@ -4735,7 +4738,8 @@
{ {
"type": "field/sortable", "type": "field/sortable",
"label": "Sort column", "label": "Sort column",
"key": "sortColumn" "key": "sortColumn",
"placeholder": "None"
}, },
{ {
"type": "select", "type": "select",