3 Replies Latest reply on Apr 6, 2011 5:39 AM by lfryc

    richfaces DataTable filter option

      the filter functionality in richfaces dataTable only allows filtering based on starting characters. Need

       

       

      to check if it is possible to filter on ANY character for example

       

      <rich:column filterBy="#{mylist.brand}" filterEvent="onkeyup">

       

      <f:facet name="header">

       

      <h:outputText value="#{msg.list_brand}" style="width:40px"/>

       

      </f:facet>

       

      <h:outputText style="width:60px;border:none;" value="#{mylist.brand}" />

       

      </rich:column>