Search
3547 results 1251-1260
Forum
- 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,
- 13th Dec 2016How to get row selection export working?copy', 'excel', 'csv', 'pdf', 'print' ] }, With this config all
- 8th Dec 2016Printing Row NumbersI was able to print the row numbers by