Search
3538 results 1241-1250
Forum
- 27th Feb 2017translation for select - not workingexcel": "Excel-Tabelle", "pdf": "PDF-Dokument", "print": "Drucken", "colvis": "Spalten Auswahl",
- 23rd Feb 2017Multiple data entriescopy', 'excel', 'csv', 'pdf', 'print' ] } ] ); table.buttons().container() .appendTo( $('.col-sm-6:eq(0)', table.table().container()
- 10th Feb 2017PDF Export Stylesand the table will print to the document. Andreas
- 7th Feb 2017Is this the intended look of the Bootstrap theme used with Datatables?HTML5 export, JSZip, pdfmake, Print view Minification: Minify Concatenate:
- 20th Jan 2017How to Copy/Export ONLY current page (client side)You can try this code to copy/export the visible rows and columns. buttons: [ {extend: 'copy', exportOptions: { columns: ':visible', rows: ':visible' } }, {extend: 'print', exportOptions: { columns: ':visible', rows: ':visible' } }, {extend: 'csv', exportOptions: { columns: ':visible', rows: ':visible' } }, ] Kevin
- 19th Jan 2017Change title on PDF viewerThank you, I have done like this buttons: [ { extend: 'print', text: 'All', title: function () { return $('#dt-title').val(); }, } ]
- 13th Jan 2017Export questions...least one of the print issues. The black background
- 27th Dec 2016JSON ENCODE view - multilinesWhat you are looking for is a "pretty print". There are lots available in Javascript if you do a google search for them. For example: https://www.npmjs.com/package/prettyjson . Allan
- 21st Dec 2016Stop Editor Update From Using Placeholder Valuescopy', 'excel', 'csv', 'pdf', 'print' ] } ] } ); } ); </script> and here's the
- 20th Dec 2016How to catch onChange event1.2.4, HTML5 export 1.2.4, Print view 1.2.4, Editor 1.6.1,