Search
3677 results 901-910
Forum
- 9th Nov 2023[HOWTO] Working export to PDF and XLSX (HTML5) for datatables.net-vue3Apologies. There is a full example with the export buttons available here. I'll add it to the documentation. Allan
- 23rd May 2023how to create protected password for PDF download file?Thanks a lot Colin !!
- 19th Jan 2023I have to set images in inline in pdf.This thread should help, it's asking the same thing. Cheers, Colin
- 15th Jan 2023How to add export to pdf button in datatables. Template is: SB Admin 2Follow the Buttons installation docs. See the basic example. Let us know if you have specific questions or issues. Kevin
- 9th Dec 2022export my table to pdf and excel it can not support persian language?but basically the default pdfmake font file doesn't include
- 25th Nov 2022please how can I use datatable on react, with the functionality to print, download as excel, pdf etcHy Leo my Datatables works in React. The only problem I have is that ReactDom.render does not work in React 18. i.e createdCell: (td, cellData, rowData) => ReactDOM.render( { this.props.deleteRow(rowData.id); }} > {" "} Delete{" "} , td ), Maybe someone has a solution for that problem. Thank you - Freddy
- 2nd Feb 2022PDF generator (PDF border line color)You can use doc.content[1].layout = "borders"; for that - see example here, Colin
- 4th Jan 2022PDF export page optionsThe exportOptions docs don't show that it will accept a function for the selector-modifier option. You could try an anonymous function to return the setting but it might not be applied dynamically. A better option might be to create two buttons; one for all and for current. If you don't want both displayed you could use button().add() and button().remove() to swap buttons based on the user input. Or you can use button.node() to toggle a class that hides the buttons. Kevin
- 30th Sep 2021footer row is not getting exported in excel, pdf, csv and htmlSee this updated example of creating the footer first then using columns().every() to loop all the columns in the footerCallback to sum them and place the sum in the footer. http://live.datatables.net/ritevixi/1/edit Kevin
- 8th Sep 2021How to keep the MessageTop to the right side of the PDF and ExcelThis thread should help, it's asking the same thing. Cheers, Colin