Got Uncaught TypeError: Cannot read property 'encode' of undefined
The export function doesnt work at all, and I got Uncaught TypeError: Cannot read property 'encode' of undefined , tableExport.js line 55.
I am using jquery 2.0.2.
You should include "jquery.base64.js"
I have included all required files. But still got nothing..
Had same issue, .. resolved with including dist/github.bundle.min.js instead of dist/github.min.js, might help someone ..
Where can I find github.bundle.js?
Having same issue how to resolve included all files ~/Scripts/tableExport.js ~/Scripts/jspdf/jspdf.js ~/Scripts/jspdf/libs/base64.js ~/Scripts/jspdf/libs/sprintf.js in a bundle Help will be appreciated Thanks Badar
The export function doesnt work at all, and I got Uncaught TypeError: Cannot read property 'encode' of undefined , tableExport.js line 55.
I am using jquery 2.0.2.
You should include "jquery.base64.js" and it works fine for me
Thank you shri