在这个问题上做了两天的研究后,我决定向你们寻求帮助。数据表的过滤器无法正常工作。 我将不胜感激。 我的数据表代码是
<p:dataTable widgetVar="#{ctrbean.list}"
id="hhh" editMode="row" disabledSelection="true" rowKey="#{p.ID}"
scrollable="true" value="#{ctrbean.list}" var="p"
style="width: 800px ; position: absolute; top:150px ; left:250px"
filteredValue="#{ctrbean.list}">
<p:column id="r" headerText="ID"
filterBy="#{p.ID}" filterMatchMode="contains" >
<h:outputText value="#{p.ID}" />
</p:column> ....and other coloumns
</p:datatable>