This commit is contained in:
j 2023-11-18 16:04:59 +01:00
parent 84ab09c930
commit b8d552f79a

View file

@ -662,6 +662,17 @@
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, //"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
"sort": 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": "summary", "id": "summary",
"title": "Summary", "title": "Summary",