FilterBy using column doesn't work in primefaces 5.3

不羁的心 提交于 2019-12-13 07:17:55

问题


Here is the source code of my .xhtml file when the datatable appears i try to filter by id in olumn it doesn't work. I have looked for the solution and i found that there is another mechanism in primefaces 5.3 that i don't understand please if you can help me. I'm newbie to primesfaces and JSF Thank you

<p:column  filterBy="#{student.id}" filterMatchMode="contains">
                <f:facet name="header">
                    <h:outputText value="Id" />
                </f:facet>
                <h:outputText value="#{student.id}" />
            </p:column>

来源:https://stackoverflow.com/questions/36529787/filterby-using-column-doesnt-work-in-primefaces-5-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!