<table id="tbl" cellpadding="5" cellspacing="0" border="0" class="display" style="padding-top: 10px;width:100%">
<thead>
<tr>
<th width="20%">Emp No</th>
<th width="15%">title</th>
<th width="20%">Name</th>
<th width="10%">shift</th>
</tr>
</thead>
<tfoot>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tfoot>
<tbody style="cursor:pointer;">
Yeh aik arzi tehreer hai
</tbody>
</table>
このコードをJSFアプリ用に変換し始めたとき、どちらかを使用できるか、両方を代わりに使用できることがわかりました<h:dataTable>
。<h:panelGrid>
最初table in html
に質問したいのは、ここで何を使用するかです。
第二に、私はどのように対処できますか<thead>
、<tfoot>
そして<tbody>
私はJSFでそれらの代替品を見つけられなかったので、誰かがこの
おかげで私を助けるためにいくらかの努力をすることができますか?