Search
3538 results 1221-1230
Forum
- 17th May 2017i18nexcel": "Excel-Tabelle", "pdf": "PDF-Dokument", "print": "Drucken", "colvis": "Spalten Auswahl",
- 15th May 2017Cannot read property 'multiEditable' of undefined1.2.4, HTML5 export 1.2.4, Print view 1.2.4, Editor 1.6.1,
- 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 });