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

