Search
3679 results 1601-1610
Forum
- 29th Jun 2016process large datasets with post databuttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ], serverSide: true, ordering:
- 24th Jun 2016Dynamic Print MessageTom's implemented dynamic function options for the PDF button types, and based on that I've just added it to the print button as well. Good to hear that you got it working for your use case though! Allan
- 23rd Jun 2016Copy to clipboard - Chrome/Firefoxwant to lose the PDF button. I'm using: dom: "Bfrtip", buttons: [ 'copy', 'excel', { extend: 'pdfHtml5', orientation: 'landscape', } ]
- 23rd Jun 2016How can I load data from csv into the datatable.that "buttons" , COPY , EXCEL , PDF , are not getting displayed,
- 20th Jun 2016Buttons - copy, excel etc not showna dependency and for PDF you need pdfmake. The download builder will
- 18th Jun 2016CUSTOM BUTTON OPEN POPUPHere it works... buttons: [ { Extends: "ajax", text: "Nuovo PDF", action: function ( e, dt, node, config ) { window.open('pdf_conv_bon.php?sumdare=&sumavere=','mywindow','width=1200,height=1200,left=200,top=200,screenX=0,screenY=100'); }
- 17th Jun 2016How can you place export buttons in another location on your page?exportOptions: { columns: ':visible' } }, { extend: 'pdf', text: '<i class="fa fa-file-pdf-o"></i>
- 10th Jun 2016How to print a table with row grouping?the grouping or the pdf customize example. I thought
- 9th Jun 2016Is it possible to get an example incorporating more of the options for the buttons please?are: copy, csv, excel, pdf.
- 26th May 2016is it possible to call pdfmake customize from out side ?I don't really understand what you are trying to do I'm afraid. Do you want to trigger PDF creation somewhere other than the button? Allan