0 Replies Latest reply on Dec 16, 2010 10:07 AM by amrishtandon

    In-built Filter behaviour for rich:column

    amrishtandon

      I am trying to use the in-built filter capabilities and it is not working. Below is the markup snippet. I am NOT using any datamodel as a vlaue for the data table. I am just using a list.

       

       

      <rich:column id="col_2" width="66%" label="Name" sortable="false" filterBy="#{svcdet.name}" filterEvent="onkeyup">

       

      <f:facet name="header">Name</f:facet>

       

      <h:panelGroup>

       

      <h:outputText id="svcdetName" value="#{svcdet.shortName}"/>

       

       

      </h:panelGroup>

       

      </rich:column>

       

      I am using richFaces 3.3.2 on WebSphere 7.0