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.
我们可以使 ap:datatable 的 Columns headerText 可编辑吗?
我想将一个表嵌套在另一个表中,并将 headerText 保存在外部数据表的实体中。
任何的想法?
是的,如果您使用<f:facet name="header">而不是headerText属性,则可以将整个输入组件放入其中。
<f:facet name="header">
headerText
<p:column> <f:facet name="header"> <p:inputText ... /> </f:facet> ... </p:column>