Search
3679 results 1571-1580
Forum
- 4th Dec 2016Where set the create title and buttons text?class="fa fa-clipboard"></i> CSV' }, { extend: 'pdf', text: '<i class="fa fa-file-pdf-o"></i>
- 22nd Nov 2016Export data in tables which have rowspans and colspansI'm afraid the Excel, CSV and PDF export do not currently support complex headers (i.e. rowspan / colspan). Allan
- 21st Nov 2016How to add external data in header and footer with design???an issue with the pdfmake library. It might have
- 14th Nov 2016Table formatting in exportis in reference to PDF export, and in my
- 4th Nov 2016combine table tool and colvisi think this is how we write it :smile: buttons: [ { extend: 'copy', exportOptions: {columns: ':visible'} }, { extend: 'print', exportOptions: {columns: ':visible'} }, { extend: 'csv', exportOptions: {columns: ':visible'} }, { extend: 'excel', exportOptions: {columns: ':visible'} }, { extend: 'pdf', exportOptions: {columns: ':visible'} }, 'colvis' ]
- 4th Nov 2016the column search is not workingbuttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ] } ); } ); and i used
- 31st Oct 2016Download all rows when using server-side processingExcel and in particular PDF, creating a large file
- 28th Oct 2016i used pdfHtml5 but this is not working Korean alphabetThank you so much. I solved that problem. But I have another question. How do I hide a specific column when converting to pdf?
- 21st Oct 2016Parse Error upload functiongt; Upload::DB_EXTN ) ) ->allowedExtensions( array( 'pdf' ), 'Only pdf file are
- 19th Oct 2016Can I add page numbers when using pdfHtml5 ?Yes, use the customize method of the pdfHtml5 button type to customise the PDF using their API. Allan