How to add additional table rows in print view for each single page? A screenshot given
How to add additional table rows in print view for each single page? A screenshot given
abdulaziz10
Posts: 1Questions: 1Answers: 0
This discussion has been closed.
Answers
You will need customization and use the export options:
https://datatables.net/reference/button/excelHtml5#Customisation
https://datatables.net/reference/api/buttons.exportData()
https://datatables.net/extensions/buttons/examples/html5/columns.html
If you take a look at this thread you would need "customizeData" to add further rows to print / export.
https://datatables.net/forums/discussion/comment/147595/#Comment_147595
It is described here in the docs:
Something like this could be the structure of it: