Hi,

I'd like to put a <tfoot> tag inside my table, but it seems the Tapestry Grid component is not able to do that... or can somebody point out a solution?

I was thinking of something like that:

<t:grid>
   ....

   <p:foot>
        the footer row!
   </p:foot>
</t:grid>

But the Grid.tml only seems to care about header and body:
(Grid.tml)
<table t:id="table">
       <thead t:id="columns"/>
       <tbody>
           <tr t:id="rows"/>
       </tbody>
</table>

The current alternative for me is to put another table or div below the actual grid, but that's not satisfying ;)

Thanks,
Christian


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

Reply via email to