added template support for filter expression

This commit is contained in:
Michael Kolb 2023-12-27 14:59:19 +01:00
parent 4980181634
commit a33c6da509
8 changed files with 59 additions and 35 deletions

View file

@ -28,6 +28,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"grist-api": "^0.1.7"
"grist-api": "^0.1.7",
"mustache": "^4.2.0"
}
}