Align Tables in panelGrid

Hello all,

i have the following layout:

<h:panelGrid columns="2">

<h:dataTable />

<h:dataTable />

</h:panelGrid>

Each datatable has different rowcount to render. All tables are centered so that the table header begins in differrent rows. How to avoid that? I want to start render the table headers in the same row. How to achieve that?

Thanks and regards,

ak

[462 byte] By [barntia] at [2007-10-3 2:39:32]
# 1
Apply CSS to the panelGrid with vertical-align: top;
BalusCa at 2007-7-14 19:37:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...