Search
3538 results 1291-1300
Forum
- 19th May 2016Printing for tabletools_button with html pictures sat in tablepress?set the stripHtml option of the export options for the print button to be false. See also the buttons.exportData() method for details. Allan
- 18th May 2016how to add custom html view in header and footer in printviewIs is possible to add headers and footers in each page of pdf /doc (in side print view) from datatables ?
- 12th May 2016Problem WHERE clausecopy', 'excel', 'csv', 'pdf', 'print' ] } ] } ); } ); Thanks
- 10th May 2016How to include line breaks when printingSomeone else might find this syntax useful 'buttons': [{ extend: 'print', text: 'Print current page', exportOptions: { stripHtml: false } }, { extend: 'pdf', text: 'Save PDF', exportOptions: { stripNewlines: false } } ],
- 6th May 2016Complex header printingI'm afraid there is no support for complex headers in the exported output from Buttons at this time (print, copy, CSV or Excel). Allan
- 5th May 2016newbie, trying to get table tools to work.that was it! print button showed up! now all I haven left to deal with is why my rows aren't being limited anymore, will start another forum for that thanks again!
- 4th May 2016Hiding first column and getting only visible columns for exportIf I able to hide column just before print It could also solves the problem. column.visible(false); Where could I put this action to want to run just before action.
- 27th Apr 2016String gets converted to date format when saved in csv formatPlease find the script used for the same, $(document).ready(function () { $('#TableList').DataTable({ dom: 'Tlfrtip', "oTableTools": { "aButtons": [ "print", { "sExtends": "collection", "sButtonText": "Save", "aButtons": [ { "sExtends": "csv", "sCharSet": "utf16le" }, { "sExtends": "pdf", "sPdfSize": "A3", "sPdfOrientation": "landscape" } ] } ] } }); });
- 26th Apr 2016tables in different JQUERY tabsyou can see, I print the correct tab, but
- 25th Apr 2016"Buttons" issue with exporting @fontface columnsI'm surprised it doesn't work for Print. Can you link to a page showing the issue there please. For the other export options you would need to use either orthogonal data output data, or formatted data. Allan