2.4.0 • Published 5 years ago
jsreport-templates v2.4.0
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:
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-templates')())
2.4.0
5 years ago
2.3.3
5 years ago
2.3.2
6 years ago
2.3.1
6 years ago
2.3.0
6 years ago
2.2.0
6 years ago
2.1.0
7 years ago
2.0.0
7 years ago
1.2.2
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.3.0
9 years ago
0.2.0
10 years ago
0.1.0
10 years ago
0.0.1
10 years ago