Search
3548 results 771-780
Forum
- 14th Sep 2023When i try to add a row to my embedded cloudtable using row.add() there are some problemsimage ................ etc .................... .set('dp-75', '4.00') // print 5 shipping .set('dp-76', '5000.00')
- 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