Wrong order of pdf_make.js and vfs_fonts.js in download page - Causes error in PDF functionality

Wrong order of pdf_make.js and vfs_fonts.js in download page - Causes error in PDF functionality

shuaybishuaybi Posts: 5Questions: 2Answers: 0
edited November 2017 in Free community support

Can you please correct the download order of the files pdf_make.js and vfs_fonts.js.

The concatenate/download order should be:

<script type="text/javascript" src="js-new/pdfmake.min.js"></script>
<script type="text/javascript" src="js-new/vfs_fonts.js"></script>

Currently when you select the download/concatenate option the files appear in wrong order causing the PDF functionality to not work.

See related bug:
https://datatables.net/forums/discussion/34057/bug-with-pdf-maker

Answers

This discussion has been closed.