How to Export table footer value to the pdf?

How to Export table footer value to the pdf?

sairamVsairamV Posts: 11Questions: 6Answers: 0

Can any one help me How to Export table footer value to the pdf?

This question has accepted answers - jump to:

Answers

  • smart_sarusmart_saru Posts: 12Questions: 1Answers: 2
    Answer ✓

    sairam...
    you have to add tfoot in your table and call function footercallback...

  • sairamVsairamV Posts: 11Questions: 6Answers: 0

    tfoot:true right

  • smart_sarusmart_saru Posts: 12Questions: 1Answers: 2
    Answer ✓

    in your table add
    <tfoot>
    <tr>
    <td></td> \ add td based on your number of columns..
    </tr>
    </tfoot>

    after this use function footerCallback

This discussion has been closed.