| Author |
how to get the column total for the paginated records?
|
antsi klando
Greenhorn
Joined: May 10, 2011
Posts: 24
|
|
I am using display tags.teh <display:table> tag has varTotals = "true" and pagesize = "2".How will I get the total for the paginated record alone?My code gets the total for the entire records.
<display:table name="subSearchVO.subscrs"
id="subscriberTable" requestURI="/Subs"
class="dataTable" excludedParams="*" form="myform" pagesize= "2" varTotals="totals">
</display:table>
|
 |
 |
|
|
subject: how to get the column total for the paginated records?
|
|
|