Export pdf making page unrepsonsive

Export pdf making page unrepsonsive

ArsalanQaiserArsalanQaiser Posts: 6Questions: 5Answers: 0

Can anyone please suggest that when using PDF export option for records greater than 1000 approx why the page becomes unresponsive? Is there any functionality present which can add new sheet when records are greater or do I need to implement it on my own?

https://cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js
https://cdn.datatables.net/buttons/1.5.6/js/dataTables.buttons.min.js
https://cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/pdfmake.min.js
https://cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/vfs_fonts.js
https://cdn.datatables.net/buttons/1.2.4/js/buttons.html5.min.js

i am using these versions of js. can you please help me to fix this issue

Answers

  • kthorngrenkthorngren Posts: 21,117Questions: 26Answers: 4,916

    The first thing to try is the latest buttons code. You can download it from the Download Builder. Note also that you have 1.5.6 of the main buttons code (dataTables.buttons.min.js) but a very old version of the buttons html5 code buttons.html5.min.js). They should match. While upgrading you might consider upgrading to the latest Datatables version.

    Kevin

This discussion has been closed.