2 Replies Latest reply on Mar 15, 2011 7:17 AM by rcoats

    RichFaces 4 CR1 - ExtendedDataTable Filters

    rcoats

      Hi

       

      I've been trying out CR1 extendedDataTable. With the below (simplified) example all works fine in IE8, but in Google Chrome the filter inputText field is locked and data cannot be entered into them.

       

      <rich:extendedDataTable id="dtEx" value="#{monitor.records}" var="rec" rows="30">
        <rich:column id="coId" width="100px">
          <f:facet name="header">
            <h:inputText value="#{filtering.fiId}" maxlength="9" style="width: 60px"/>
          </f:facet>
          <h:outputText value="#{rec.id}"/>
        </rich:column>
      </rich:extendedDataTable>
      

       

      Is there a work around to make this work properly in Chrome?