I need to keep track of the sum and count of various columns during
the render of a table.  Obviously, I can't use the paging
functionality, so I could just render the table with a For component
easily enough, but I'd rather stick with the table component if
possible.  Is there an easy way to cause the table compponent to call
a method with the row object on each row, and then inject an extra row
into the model at the end?  I can think of some hacky ways to do it
with a custom iterator, but I'm wondering if there is a better way.

--sam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to