additional sort

This commit is contained in:
j 2020-06-28 17:25:52 +02:00
parent 2de2e27975
commit 141f973d8c

View file

@ -282,6 +282,7 @@
"type": "string", "type": "string",
"columnWidth": 128, "columnWidth": 128,
"find": true, "find": true,
"additionalSort": [{"key": "volume", "operator": "-"}, {"key": "issue", "operator": "-"}],
"sort": true "sort": true
}, },
{ {
@ -290,6 +291,7 @@
"type": "string", "type": "string",
"columnWidth": 128, "columnWidth": 128,
"find": true, "find": true,
"additionalSort": [{"key": "issue", "operator": "-"}],
"sort": true "sort": true
}, },
{ {