6 Replies Latest reply on Apr 30, 2008 12:07 PM by eklam

    rich:dataTable filterMethod

    eklam

      Hi,

      I'm trying to use the filtering feature with a selectBoolenaCheckbox, but I can't reRender the dataTable, how I shoud do that ?

      I am using the input for filter value other place tha the table header

      <h:outputLabel for="destaqueFiltro" value="Destaque" />
       <h:selectBooleanCheckbox id="destaqueFiltro" value="#{agendaEventoMB.destaqueFiltro}">
       <a4j:support event="onclick, onselect, onmouseup" focus="destaqueFiltro" reRender="dataTableList, dScroller"/>
       </h:selectBooleanCheckbox>
      .
      .
      .
      <rich:column filterEvent="onclick, onselect, onmouseup" filterMethod="#{agendaEventoMB.filtrarDestaque}">
       <h:selectBooleanCheckbox id="destaque" value="#{item.destaque}" readonly="true" disabled="true"/>
       </rich:column>


      thanks