Search
3692 results 3371-3380
Forum
- 12th Sep 2020Datatable Bootstrap4 print not maintaining customized html stylingSee my reply on the other thread you commented on here. DataTables doesn't export the colours, so you have to hand-craft it if you want it in the PDF/print. Colin
- 2nd Sep 2020AJAX request returning data but not showing in tableaction: function () { $('#myTable').DataTable().ajax.reload(); } }, { extend: 'pdfHtml5', orientation: 'landscape', exportOptions: { columns:
- 16th Aug 2020Bug using Async true and stateLoadCallback2) I have fixed pdfmake warning 2) I have
- 7th Aug 2020Is PDFMakes's vs_fonts.js file available via Datatables' CDN path-based call?that the 1MB+ combined pdfmake files being hosted by
- 8th Jul 2020"not like" searcha different step (i.e. pdf's, MSOffice etc. documents) All
- 10th Jun 2020Datatables Downloader - Moment.js no longer availablelisted there I'm afraid. pdfmake for example (it was
- 4th Jun 2020Dependency Order or CDN changes to get Responsive table to work?Included libraries: * JSZip 2.5.0, pdfmake 0.1.32, DataTables 1.10.16, Buttons
- 11th May 2020Excel export and newlinesextend( true, {}, fixNewLine, { extend: 'pdfHtml5' } ) ] }); }); However, you need to
- 7th May 2020datatables with webpack $.fn.dataTable undefinedjszip' window.JSZip = JSZip import 'pdfmake' import dataTable from 'datatables.net-bs4'
- 16th Apr 2020datatables export buttons not workingYou'll need PDFmake too - see basic example