add year filter
This commit is contained in:
parent
84f7506215
commit
c3840970c4
1 changed files with 11 additions and 0 deletions
11
config.jsonc
11
config.jsonc
|
@ -242,6 +242,17 @@
|
|||
"filter": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "year",
|
||||
"title": "Year",
|
||||
"type": "string",
|
||||
"autocomplete": true,
|
||||
"columnWidth": 60,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"value": {"key": "date", "type": "map", "map": "^(\\d{4})"}
|
||||
},
|
||||
{
|
||||
"id": "series",
|
||||
"title": "Series",
|
||||
|
|
Loading…
Reference in a new issue