Search
3676 results 521-530
Forum
- 25th Aug 2021How to export the selected rows in pdf with serial number starting from 1?the selected rows into pdf from my datatable. But
- 22nd Jun 2021Can I export image to excel, pdf and printhttps://codepen.io/dpkkm/pen/NWpVBgx Name Age/Sex Photo Durga Prasad 31/M Ramavtar 40/M Suresh Chand 35/M $(document).ready(function() { $('#example').DataTable( { dom: 'Bfrtip', buttons: [ 'excel', 'pdf', 'print' ] } ); } );
- 9th Jun 2021Is it possible to use colspan in datatable.js when I export to PDF?I have problem when I export datatable to pdf, the footer cols are repeating, but I'd like it not to be repeated and to see only one column.
- 31st May 2021Can we export datatbale in pdf file vertically ?Hello, Can we export the data table in pdf file vertically? By default data table export data in pdf file horizontally . But can we export the data in a vertical table?
- 17th May 2021Export PDF with different Font not finding new fontfont family that the PDF export is using. Within my DataTable Creation: { extend: 'pdfHtml5', text: '<i class="far fa-file-pdf
- 15th Apr 2021HTML 5 BUTTONS PDF EXPORT NOT WORKINGtrying to work with PDF export, but when I
- 13th Apr 2021Table of contents on PDFI'm using the pdfHTML5 to generate PDF out of the datatables. I know that the latest version of pdfmake allows for the creation of table of contents. How can I do it from the PDF button on my datatable? Thanks.
- 12th Apr 2021pdf button not workingwe have 2 buttons "pdf" and "print". The "pdf"
- 9th Apr 2021Adding Buttons to nopCommerce tables - PDF problemdatatables Buttons to have PDF, Copy, Print, Excel available.
- 6th Apr 2021PDF export, display custom text if no rowsIs it possible, on an export to PDF, to replace the table header with some custom text to indicate nothing was found. Currently Would like to look