2.4.0 • Published 4 years ago

jsreport-templates v2.4.0

Weekly downloads
3,363
License
LGPL
Repository
github
Last release
4 years ago

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

4 years ago

2.3.3

4 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago