Como coloco o total de registro no total da coluna que saia no PDF?
How do I add the total number of records to the total column in the PDF?
Are you using footerCallback to display this total in the table? If yes then you might need to include the footer like this:
footerCallback
buttons: [ { extend: 'pdfHtml5', footer: true } ]
If this doesn't help then please provide more details of what you have and what you are trying to do. A test case showing what you have with details of what you want to include in the PDF would be best. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Are you using
footerCallback
to display this total in the table? If yes then you might need to include the footer like this:If this doesn't help then please provide more details of what you have and what you are trying to do. A test case showing what you have with details of what you want to include in the PDF would be best.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin