npm.io
2.4.0 • Published 4 years ago

jsreport-templates

Licence
LGPL
Version
2.4.0
Deps
1
Size
29 kB
Vulns
0
Weekly
0
Stars
2

jsreport-templates

NPM Version Build Status

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')())