You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Daniel Jue <te...@gmail.com> on 2007/01/19 22:46:47 UTC

Aligning columns in external table to a contrib table

Hi all, I have an issue with some table columns that I was hoping to
solve without a lot of complex java. =)

I have a contrib table with sortable columns.  I also have a table
that has one row of aggregate data (totals, averages, etc), that needs
to line up with the corresponding columns in the contrib table.  Is
there anyway to handle this without putting the aggregate data inside
the contrib:table's list?  I don't want sorting (or paging for that
matter) to interfere with the aggregate's position.  Having the
aggregate row above or below the entire list/column headings is
preferable.

Thanks,
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org