How to Export table footer value to the pdf?
How to Export table footer value to the pdf?
sairamV
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:
This discussion has been closed.
Answers
sairam...
you have to add tfoot in your table and call function footercallback...
tfoot:true right
in your table add
<tfoot>
<tr>
<td></td> \ add td based on your number of columns..
</tr>
</tfoot>
after this use function footerCallback