Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想限制 DataTable 中的某些单元格进行编辑。我的意思是不允许编辑这些字段。我怎样才能做到这一点?
那就别用<p:cellEditor>了。
<p:cellEditor>
<p:column>#{videoList.referenceFileName}</p:column>
请注意,<f:facet name="output">是特定于<p:cellEditor>. 您也应该删除它。请注意,<h:outputText>如果您不需要在其上使用任何特定属性,则没有必要。
<f:facet name="output">
<h:outputText>