2 Replies Latest reply on Dec 21, 2009 9:57 AM by mattc1

    rich:inplaceSelect in datatable

    mattc1

      Hello,

       

      We have a rich data table that contains around 50-75 rows. In multiple columns we have a inplaceSelect control. Everything seems to work but the performace is not very good. Does any one have any suggestions on how to improve this performace?

       

      -matt

        • 1. Re: rich:inplaceSelect in datatable
          ilya_shaikovsky
          At least please try to check with 3.3.2SR1 version if using older one. Many optimization tasks were done for it. And yes there could be performance problems because inplace creates js object for every component instance. We will work on it in future 4.x but currently if upgrading will not resolve your issue you will have to switch from inplace to conditionally rendered outputText/selectOneMenu which switches via ajax for that particular case. 
          • 2. Re: rich:inplaceSelect in datatable
            mattc1

            Thanks for the reply. I noticed the JS in the output and figured that was causing the slow down. We are using 3.3.2 CR1.  Does the SR have the optimizations or are they in the CR?

             

            -matt