primefaces数据表过滤器不起作用

时间:2015-08-23 11:25:32

标签: java primefaces datatable netbeans-7

在这个问题上做了两天的研究后,我决定向你们寻求帮助。数据表的过滤器无法正常工作。 我将不胜感激。 我的数据表代码是

      <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>

enter image description here

enter image description here

0 个答案:

没有答案