jsreport-templates
v2.4.0
Published
jsreport extension adding support for storing templates
Downloads
8,361
Readme
jsreport-templates
Templates extension hooks to the rendering process and finds the template in the persistent storage if the request identifies the template by its name or shortid.
jsreport.render({ template: { name: 'name' } })
jsreport.render({ template: { shortid: 'shortid' } })
It also extends jsreport studio and its REST API with odata endpoint:
GET
http://jsreport-host/odata/templates
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-templates')())