jspdf-autotable
Version:
Generate pdf tables with javascript (jsPDF plugin)
11 lines (7 loc) • 724 B
Markdown
## Examples for jspdf-autotable
### Default examples
Open `index.html` in your browser to familiar yourself with the examples or go to the hosted [examples page](https://simonbengtsson.github.io/jsPDF-AutoTable/). Then you can check the source code of all examples in `examples.js`.
Check `simple.html` for the most basic usage example of the plugin.
### Module bundlers (browserify, webpack and requirejs)
There are three module bundler examples. If you open each example's `index.html` it should work out of the box (npm install is required for webpack and browserify). You can inspect the code used for bundling each, but it is very simple.
Note that jspdf versions before 1.3 does not work well with module bundlers.