Re: [T5] Grid totals

2007-08-14 Thread Daniel Jue
e written as it > is > //the first call toopen a cell > Element footerCell = footerRow.element("td", "colspan", > Integer.toString(span), "class", > className); >

RE: [T5] Grid totals

2007-08-01 Thread Joost Schouten
pan", Integer.toString(span), "class", className); footerCell.text(content); } } -----Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 4:53 PM To: Tapestry users Subject: Re: [T5] Grid

Re: [T5] Grid totals

2007-07-30 Thread Daniel Jue
Joost, How did you add a row for the totals while keeping that row from being sortable? I don't want to add it outside of the grid's table structure, because I want the columns to align. I did this in T4 using code like this:

[T5] Grid totals

2007-07-05 Thread Joost Schouten
Hi, I just started to use tapestry and enjoy the ease of use. We use T5 and I am currently developing some pages showing statistics information. I would like to have a totals row at the bottom showing the sum of the columns shown. I can easily add a row showing the totals for the whole table, but