4 Replies Latest reply on Mar 14, 2011 9:06 AM by yosrbnrt

    ExtendedDataTable

      Hi,

      Iam evaluating RichFaces for a project we have, i tried to use the extendedDataTable, but 2 issue arise:

      - the Column control popup (that controls the sort,displayed columns,...) corrupted in layout when using rtl direction,

      - the scroll is not shown when records cannot be fit on the allocated hight.

      here is the sample im doing:

      <h:panelGrid>
      <rich:extendedDataTable id="nationalitiesTable" value="#{nationalities.wrappedSearchResult}" var="nationality" width="500px" height="100px">
      <f:facet name="header"><h:outputText value="#{labels.nationalityCode}"></h:outputText></f:facet>

      <rich:column>
      <f:facet name="header">
      <h:outputText value="#{labels.nationalityCode}"></h:outputText>
      </f:facet>

      <h:outputText value="#{nationality.nationalityCodeEntity.natCode}"></h:outputText>
      </rich:column>

      <rich:column>
      <f:facet name="header">
      <h:outputText value="#{labels.nationalityAdesc}"></h:outputText>
      </f:facet>

      <h:outputText value="#{nationality.nationalityCodeEntity.natAdesc}"></h:outputText>
      </rich:column>

      <rich:column>
      <f:facet name="header" >
      <h:outputText value="#{labels.nationalityEdesc}"></h:outputText>
      </f:facet>

      <h:outputText value="#{nationality.nationalityCodeEntity.natEdesc}"></h:outputText>
      </rich:column>

      </rich:extendedDataTable>

      </h:panelGrid>

        • 1. Re: ExtendedDataTable
          ilya_shaikovsky

          1) there is still some issues not fixed related to rtl usage http://tinyurl.com/ycrknqf
          2) if you mean vertical scroller not shown - try please 3.3.2 SR1. It's a known issue of 3.3.2GA

          • 2. Re: ExtendedDataTable

            Thanks for your reply, the scroll is working fine now with the SR version, but i can see that the RTL issues has been reported for like 9 months or so, and its not determined when they going to be solved, so can you advise me on that regrads specially that i am planing to strat the project in 1 week !!!

            • 3. Re: ExtendedDataTable
              ilya_shaikovsky

              Unfortunatelly we need to admit that all the issues planned to be solved already marked with 3.3.3 fix version. Future versioned will not get there. And 3.3.4 version isn't still planned for release at all. So if this will be critical - you probably will need to fix this on your own.

              • 4. ExtendedDataTable
                yosrbnrt

                Hi,

                 

                Has anyone managed to use the ExtendedTableTable tag with correct RTL support?

                 

                Thanks,

                Yossi