当我尝试在PrimeFaces <p:dataTable>
中放入纯HTML表时,结果表的输出变得奇怪并重叠。
我尝试的代码是:
<table border="0" cellpadding="0" cellspacing="0" width="509" style="border-collapse: collapse;width:382pt">
<tbody>
<tr height="19" style="height:14.4pt">
<p:dataTable>
<p:column>
<table>
<tr><td>abc</td></tr>
</table>
</p:column>
</p:datatable>
</tr>
</tbody>
</table>