Total de Registros

Total de Registros

macrosannmacrosann Posts: 1Questions: 1Answers: 0

Como coloco o total de registro no total da coluna que saia no PDF?

Answers

  • kthorngrenkthorngren Posts: 20,425Questions: 26Answers: 4,794

    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:

                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

Sign In or Register to comment.