12 Replies Latest reply on Oct 6, 2009 7:57 AM by ilya_shaikovsky

    new ExtendedDataTable

    elf

      Hi

      I have updated my app with 3.3.2 and have a problem with new ExtendedDataTable.
      You can see it also on demo
      http://livedemo.exadel.com/richfaces-demo/richfaces/extendedDataTable.jsf?c=extendedDataTable&tab=usage
      Just use some filter.
      If in table will be 2 or 3 rows (for example), they became heigher.

      How to fix row hight not depending on filter ?

        • 1. Re: new ExtendedDataTable
          elf

          looks like component.setRows(maxRows) not working too :(
          Or may be I miss something ?

          • 2. Re: new ExtendedDataTable
            elf

            Sorry,
            setRows(maxRows) works.
            Just row height is a problem for me
            Please help

            • 3. Re: new ExtendedDataTable
              jsfgeeks

              Hi elf,

              I am using extendedDataTable with fix height. In my table if I filter by the value, which gives 2-3 rows, then also there is no difference in the row height.

              So, giving tablle a fix height might solve your problem. Hope this helps.

              Regards,
              JSF GEEKS

              • 4. Re: new ExtendedDataTable
                elf

                jsfgeeks, thanks
                But my table height is fixed.
                On demo site height is also fixed, but rows became heigher.
                Also, vertical scroll do not appear when there are a lot of rows in table.

                • 5. Re: new ExtendedDataTable

                   

                  "elf" wrote:
                  jsfgeeks, thanks
                  But my table height is fixed.
                  On demo site height is also fixed, but rows became heigher.
                  Also, vertical scroll do not appear when there are a lot of rows in table.


                  i have the same problem :(

                  • 6. Re: new ExtendedDataTable

                    I hahe same problem !
                    does anyone tried 3.3.3 rc ?!

                    • 7. Re: new ExtendedDataTable
                      jsfgeeks

                      Hi there,

                      I don't know whether you have set the rows attribute to "0" or not, but if you makes rows="0" then the vertical scroll will automatically appearing in my case.

                      Hope this helps.

                      Regards,
                      JSF GEEKS

                      • 8. Re: new ExtendedDataTable
                        elf

                        I use dataScroller in ExDataTable footer, so I set up rows to have needed row qty per dataScroller page.

                        • 9. Re: new ExtendedDataTable
                          jsfgeeks

                           

                          "elf" wrote:
                          jsfgeeks, thanks
                          But my table height is fixed.
                          On demo site height is also fixed, but rows became heigher.
                          Also, vertical scroll do not appear when there are a lot of rows in table.




                          I think you specified the below.
                          "elf" wrote:
                          Also, vertical scroll do not appear when there are a lot of rows in table.


                          That's why I wrote that solution. I think there is no need of vertical scroll-bar if you are using dataScroller(Pagination).

                          Regards,
                          JSF GEEKS


                          • 10. Re: new ExtendedDataTable
                            elf

                            I successfully use in 3.3.1 dataScroller with vertical scrolling together.
                            But in 3.3.2 I can not. Why ?

                            I have in table 500 rows, I want to have 10 pages using dataScroller, 50 rows per page.
                            However, my table hight is not enaugh to display all 50 rows. In this case using vertical scrolling with dataScroller was awesome. In 3.3.1 everything works fine, but now it is a problem for me.

                            • 11. Re: new ExtendedDataTable
                              ilya_shaikovsky

                              https://jira.jboss.org/jira/browse/RF-7948 I increased the priority. And plan to fill the second issue for stretching rows. Thanks guys for your efforts. We will discuss the problems and the way to resolve asap and update you.

                              • 12. Re: new ExtendedDataTable
                                ilya_shaikovsky