Search
3547 results 1231-1240
Forum
- 9th May 2017Editor 1.6.2 - select optionsnew option, I can print out the new data-attribute
- 4th May 2017language.search not working for meexcel": "Excel-Tabelle", "pdf": "PDF-Dokument", "print": "Drucken", "colvis": "Spalten Auswahl",
- 3rd May 2017Editor + Column Visibility ExportexportOptions: { columns: ':visible' } }, { extend: 'print', text: 'Print', exportOptions: { columns:
- 21st Apr 2017How to Export Grouped rowsto excel, pdf and print by adding same functionality
- 20th Apr 2017Sorting Date Time (beginner with datatables and moment.js) work around problembuttons: [ 'csv', 'excel', 'pdf', 'print' ] }); })```
- 12th Apr 2017PDF export disable trimmingThanks for the pointer. I tried a few different unicode spaces but haven't gotten it to work. If I can't get it to work I can remove the PDF option and just use Print then save to PDF. Kevin
- 6th Apr 2017Select rows and save data?how do I change it from print to say pdf? it's not working how I try it if it's possible
- 29th Mar 2017copying to clipboard issue@kthorngren No I don't have as such settings here is my code: $(document).ready(function() { var table = $('#property_list').DataTable( { dom: 'Bfrtip', "columnDefs": [ { "targets": [ 0 ], "searchable": true, }, { "targets": [ 1 ], "visible": true, }, { "targets": [ 2 ], "visible": true, }, ], buttons: [ 'copyHtml5', 'csvHtml5', 'pdfHtml5', 'print' ], fixedHeader: true, paging: false });
- 27th Mar 2017Export to excel/csv with footerBorders"; ]; } }, { orientation: 'portrait', extend: 'print', footer: true, message: '<p
- 22nd Mar 2017Remove specific column in PrintingUse the columns option of the print button to specify what columns you want to include in the export. Allan