提问人:hina abbasi 提问时间:8/23/2015 更新时间:8/23/2015 访问量:1272
primefaces 数据表过滤器不起作用
primefaces Datatable filter is not working
问:
在对这个问题进行了两天的研究之后,我决定向你们寻求一些帮助。数据表的过滤器不起作用。 我将不胜感激。 我的 datatable 代码是
<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>
答: 暂无答案
评论