add decade

This commit is contained in:
j 2019-12-05 16:41:35 +00:00
parent a26a147450
commit e6e2b78112
1 changed files with 11 additions and 0 deletions

View File

@ -254,6 +254,17 @@
"sort": true,
"value": {"key": "date", "type": "map", "map": "^(\\d{4})"}
},
{
"id": "decade",
"title": "Decade",
"type": "string",
"autocomplete": true,
"columnWidth": 60,
"filter": true,
"find": true,
"sort": true,
"value": {"key": "date", "type": "map", "map": "^(\\d{3})", "format": "{}0s"}
},
{
"id": "series",
"title": "Series",