Search
3537 results 761-770
Forum
- 13th Sep 2023How to convert ExportExcel text button to ExportExcel image buttonclass="fa fa-file-excel-o"></span>', "pdf": "PDF-Dokument", "print": "Drucken", "colvis": "Spalten Auswahl",
- 11th Sep 2023Editor template and Boostrap styling2.4.1, HTML5 export 2.4.1, Print view 2.4.1, DateTime 1.5.1,
- 9th Sep 2023The excel button is not displayedpdf', text: 'PDF' }, { extend: 'print', text: 'IMPRIMIR' }, { extend: 'excel',
- 25th Aug 2023Dynamic Columns - having trouble creating the render functionbuttons: ['csvHtml5', 'excelHtml5', 'pdfHtml5', 'print'], dom: 'Btp', data: exp,
- 16th Aug 2023How to modify data before export with Buttons API?I discovered now the customize: (window, button, dt) => {...} option but I cannot select the elements that I want to remove from the DOM of the print window with window.document.body.querySelectorAll('.noexport'); because the HTML has already been cleaned.
- 6th Aug 2023Action buttons in datatable are not working in mobile modearrColsExport, stripHtml: true, } }, { extend: 'print', title: pageTitle, exportOptions: { columns:
- 20th Jul 2023Automatic translation of database valuesPDF', className: 'btn ' }, { extend: 'print', text: 'Stampa', titleAttr: 'Stampa',
- 18th Jul 2023Data export buttons are not showing on screencopy', 'csv', 'pdf', 'excel', 'print'], columnDefs: [ { targets: '_all', defaultContent:
- 11th Jul 2023Add custom columns to PDF/Export/Print?If you already have a PDF generator, I'd agree - go with that. I've actually been strongly thinking about dropping pdfmake entirely and just asking users to do "Print to PDF" in their browsers... Allan
- 9th Jul 2023Using DataTables Buttons in Magento 2Find new issue, "excel" button didn't showing $('#order_group_product_table').DataTable({ dom: 'Blfiptip', buttons: [ 'copy', 'csv', 'excel', 'pdf', { extend: 'print', title: '', }, ], "pageLength": -1, lengthMenu: [ [10, 25, 50, -1], [10, 25, 50, 'All'] ], }); All other showing, only PDF not always warks.