Hi All,
This post is simply showing how can we add the summary field or total amount or other information in footer of PageBlockTable or DataTable in vf page.
Here, in the following example I am showing sum of all the opportunity line items in footer of PageBlockTable,
i am using the <apex:facet name="footer"> tag to show the value in the footer.
Here the code:
Screen shot:
Thanks
Anurag Jain