function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lakslaks 

Summary of column in pageBlockTable

Hi,

 

I have a pageBlockTable with a column in which the values change dynamically. Rows also get added.

 

I want the sum of the values in that column to be displayed at the bottom of it.

 

How can I achieve the same using Visualforce ?

 

 

Regards,

Lakshmi.

 

 

jd123jd123

HI

 

You can write your own method to calculate the entire column and this method you can call form 

 

<apex:action support event="onChange" action="{!yourmehod}"/>