标签: jsf primefaces datatable passthrough-attributes
我有一个Primefaces Datatable组件,我需要在其上放置一个自定义属性。我尝试使用<f:passThroughAttribute name="customP" value="1" />,但是当它呈现时,它会将属性放入包装器div中,并使用<table>标记。
<f:passThroughAttribute name="customP" value="1" />
<table>
有没有办法发送像<table customP="1">
<table customP="1">