Login Register

noob seeking help: sum a column

Sorry if this has already been asked, but couldn't find the answer.

If I have filteringTable is there a way to sum up a column?

Here is the html def:

<div class="prosperDojoTable" id="dialedGroupCalls">
<p id ="title_stuff" class="table_caption">

<table dojoType="filteringTable" id="dialedGroupCalls"
       multiple="true" alternateRows="true" maxSortable="0"
       cellpadding="0" cellspacing="0" border="0">

<thead>
<tr>
  <th align="left" field="tq_name" dataType="String">Name</th>
   <th field="pulled_date" dataType="String" align="left">Date</th>
   <th align="left" field="count" dataType="String">Dialed</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>