are you looking for an unpaginated table with a total row at the
bottom?
<table-plus fields="..." without-page-nav>
<tfoot:>
<tr>
<td>total here</td> one for each column
</tr>
</tfoot:>
</table-plus>
Now, I haven't tested this so not sure how it will render but should
be fine. Take out the without-page-nav if you're going to leave it
paginated (though the code to handle paginated totals would be pretty
ugly and likely not very useful).
On Aug 29, 10:43 am, munkean <[email protected]> wrote:
> hi,
>
> I need to implement a table or grid panel with sub-total, anybody has
> any experiences
> on this??
> I found the <tfoot> tag deep in the taglib, but haven't figure out how
> to use it :-(
> any suggestion are welcome, even the non-hobo way will help.
>
> thanks.
>
> --
> munkean
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.