How to Export table footer value to the pdf?
How to Export table footer value to the pdf?

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.
Can any one help me How to Export table footer value to the pdf?
This question has accepted answers - jump to:
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