Search
3692 results 1601-1610
Forum
- 11th Aug 2016Loading DataTables as a RequireJS/AMD module (2016 update)libs/datatables/responsive.bootstrap'], That almost works! PDF exports successfully, just the
- 29th Jul 2016pdfHtml5 exportOptions to remove nested tagsname data in the PDF export. In the second
- 15th Jul 2016have a problem in buttons.html5.jsThat's part of the pdfmake library that Buttons uses for PDF creation. My guess is
- 14th Jul 2016Buttons Collection not working under Bootstrap Modalvisible' } }, { text: 'Export to PDF', extend: 'pdfHtml5', exportOptions: { columns: ':visible' } }, { extend:
- 11th Jul 2016How to use java String[][] matrix as Dataset for Datatable?the button for (CSV, PDF.... export) Do it like
- 10th Jul 2016No data available in tablebuttons: ['copy', 'csv', 'excel', 'pdf', 'print', 'colvis'] }); });
- 4th Jul 2016className is not workingin my datatables { extend: 'pdf', text: '<i class="fa fa-print"
- 29th Jun 2016colvis - column visibilityAlso, when you export to pdf / print.. if teh grid is using YADCF individual column search .. the 'X' (used for clear search).. gets printed with it. Attached is the screenshot
- 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