4 Replies Latest reply on Jun 19, 2008 2:08 AM by bentfrog

    Rerender on ScrollableDataTable

    bdillon

      Hi,

      I am using RichFaces 3.2. I have a ScrollableDataTable which has dynamic data. I.e. When I click a button the table is then populated. However the table is very jumpy. It seams to resize (and show a scrollbar) before settling down.

      Has anyone else experienced something similar ? Is this a known issue and is there a ifx/woraround ?

      thanks,

      Brian

        • 1. Re: Rerender on ScrollableDataTable

          Hi there,

          Have you found a solution / work around for this ?
          I'm also using a ScrollableDataTable in a page. Its "value" attribute is set to an EL expression that maps a collection in some managed bean.
          I've created a button that tells the collection should reload and fetch data from some database. This button has a "reRender" attribute set to the scrollable table ID.

          The problem is : when the response comes back, the table headers (column facets) disappear, the columns are resized (width) and there are plenty of javascript errors like "$(this.prefix + ":n").rows[0] has no properties".

          Thanks for your help.

          Jerome

          • 2. Re: Rerender on ScrollableDataTable
            pdaniel

            Someone resolved this problem?

            • 3. Re: Rerender on ScrollableDataTable
              pmuir

              Ask in RichFaces forum.

              • 4. Re: Rerender on ScrollableDataTable
                bentfrog

                Has anyone solved this issue?

                I am having the same problem as first described (ie heading and columns all seem to be repainted using different widths before settling down).

                I have searched the other forum without finding a similar post.