fix filter
This commit is contained in:
parent
de0aa23bb5
commit
d0c401274e
1 changed files with 10 additions and 0 deletions
10
config.jsonc
10
config.jsonc
|
@ -210,6 +210,7 @@
|
|||
"type": "string",
|
||||
"columnWidth": 120,
|
||||
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
|
||||
"filter": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
@ -1142,6 +1143,15 @@
|
|||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"documentFilters": [
|
||||
{"id": "author", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "place", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
|
||||
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"documentFiltersSize": 176,
|
||||
"showDocumentFilters": false,
|
||||
"edit": "",
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
|
|
Loading…
Reference in a new issue