4 Replies Latest reply on Jul 9, 2008 6:09 PM by aragorn

    Any plans to improve scrollableDataTabe Performance ?

    lessard

      Hello All,

      I've tried to use the rich:scrollableDataTable component in production environments for the past 6 months (RF 3.1.x, RF 3.2.0, RF 3.2.1) and found that it is unusable for large datasets(more than ~400 rows by 12 columns) .

      - I get javascript warnings saying that the page is not responding,
      - Sorting brings my cpu to 100 %,
      - Scrolling is "sluggish",
      - Reponsiveness is bad,
      - ...

      The Performance of this component degrades rapidly with the number of records. It works well and looks good in the demo but when it is used with "real world" data, the performance of this component compared to others is simply really, really bad (sorry if it sounds mean ).

      So, my question is : Are there any plans to improve the performance and quality of the scrollableDataTable component?

      Regards (and apologies to the RF team :-/ )

        • 1. Re: Any plans to improve scrollableDataTabe Performance ?
          lessard

          Humm ... merde ... I guess not :-/[/img]

          • 2. Re: Any plans to improve scrollableDataTabe Performance ?
            eicki

            I think I read somewhere that they will be reworking this whole thing (as it's not only performance but buggy too) some time - but I do not remember where I read this.
            Besides I switched to the normal rich:dataTable (due to bugs in scrollable) doing scroll function via a rich:panel and selecting via a4j:support. The only thing scrollabledatatable can do mor is adjusting size of columns and the header remains fixed when scrolling.

            • 3. Re: Any plans to improve scrollableDataTabe Performance ?

              I would concur that I have found that performance of the SDT not to mention buggy.

              I have made several posting in the past in this regard and would love to get some sort of statement from the RichFaces team when they are going to finally address the quality of this component as a whole.

              It is disappointing that the overall quality of the RichFaces component library is detracted from by the quality of this one key component (at least to our application).

              You may notice the tone of frustration in this post and it is meant to sound that way since we are back-leveled several releases of RichFaces due to the state of this component.

              Please RichFaces team, a reply here would be nice.

              Sincerely

              • 4. Re: Any plans to improve scrollableDataTabe Performance ?
                aragorn

                Hi eicki,
                Could you post your JSP code to replicate the scrollabledatatable with a panel and a4j:support please, that sounds a good workaround to the scrollabledatatable problems I'm having.
                Cheers