mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
query design ordering more posibilities #372
This commit is contained in:
parent
3d45b00a7c
commit
a89c6810aa
@ -217,6 +217,20 @@
|
||||
{ label: '2nd, descending', value: '-2' },
|
||||
{ label: '3rd, ascending', value: '3' },
|
||||
{ label: '3rd, descending', value: '-3' },
|
||||
{ label: '4th, ascending', value: '4' },
|
||||
{ label: '4th, descending', value: '-4' },
|
||||
{ label: '5th, ascending', value: '5' },
|
||||
{ label: '5th, descending', value: '-5' },
|
||||
{ label: '6th, ascending', value: '6' },
|
||||
{ label: '6th, descending', value: '-6' },
|
||||
{ label: '7th, ascending', value: '7' },
|
||||
{ label: '7th, descending', value: '-7' },
|
||||
{ label: '8th, ascending', value: '8' },
|
||||
{ label: '8th, descending', value: '-8' },
|
||||
{ label: '9th, ascending', value: '9' },
|
||||
{ label: '9th, descending', value: '-9' },
|
||||
{ label: '10th, ascending', value: '10' },
|
||||
{ label: '10th, descending', value: '-10' },
|
||||
]}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user