Search
3678 results 1481-1490
Forum
- 8th Nov 2017Control and customization output exports filesto refer to the pdfmake documentation to understand how they define the PDF document and the options
- 7th Nov 2017PdfHtml5 – count rows on eatch pageIf you are looking for the number of records shown on each page in the PDF, I think you'd need to dive into the pdfmake documentation. I'm not even sure that information is available from their APIs. Allan
- 6th Nov 2017How do you add hyperlinks to column values?var iconField = ''; if ( fileExtension == 'pdf' ) { iconField = "<i class='fa fa-file-pdf-o
- 6th Nov 2017Buttons (copy, csv, etc..) don't show in my datatablebuttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ], and then later:
- 5th Nov 2017Buttons not appearingBfrtip', buttons: [ 'csv', 'excel', 'pdf' ] }); }); </script> </head> <body> <table
- 4th Nov 2017Bug with Buttons colVisyes it is another way but colVis is best way. can i make custom button ? it look like buttons: [ 'copy', 'colVisCheckboxes', 'pdf' ] and i create file buttons.colVisCheckboxes.js in same folder?
- 17th Oct 2017customize view for print buttonfocus for the excel, pdf buttons.. maybe for print
- 12th Oct 2017Load buttons with ajaxdom: 'Bfrtip', buttons: ['excel', 'pdf'], language : { ....} }); When executing the
- 9th Oct 2017how to get column name from the table to use for href linkbuttons: [ 'copy', 'excel', 'csv', 'pdf', 'print' ] } ] }); }) .fail(function (jqXHR, exception)
- 5th Oct 2017with out closing the datatable print window, remaining functionality not working.https://datatables.net/extensions/buttons/examples/initialisation/export i checked this example with out closing the print widow click on pdf or excel button it is not downloading the file(pdf/excel). when i close on print window it will downloding immediately.