additional sort
This commit is contained in:
parent
2de2e27975
commit
141f973d8c
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,7 @@
|
|||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true,
|
||||
"additionalSort": [{"key": "volume", "operator": "-"}, {"key": "issue", "operator": "-"}],
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
@ -290,6 +291,7 @@
|
|||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true,
|
||||
"additionalSort": [{"key": "issue", "operator": "-"}],
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue