tableExport.jquery.plugin icon indicating copy to clipboard operation
tableExport.jquery.plugin copied to clipboard

Got Uncaught TypeError: Cannot read property 'encode' of undefined

Open franzramadhan opened this issue 11 years ago • 6 comments

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.

franzramadhan avatar Sep 07 '14 09:09 franzramadhan

You should include "jquery.base64.js"

yazabara avatar Nov 13 '14 06:11 yazabara

I have included all required files. But still got nothing..

franzramadhan avatar Nov 13 '14 07:11 franzramadhan

Had same issue, .. resolved with including dist/github.bundle.min.js instead of dist/github.min.js, might help someone ..

websemantics avatar Apr 20 '16 19:04 websemantics

Where can I find github.bundle.js?

Jazoja avatar May 11 '16 10:05 Jazoja

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

jebadar avatar Jul 09 '17 10:07 jebadar

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

RafiqBannuru avatar Feb 21 '20 05:02 RafiqBannuru