1 Reply Latest reply on Feb 11, 2010 8:18 AM by konstantin.mishin

    disable column resizing rich:scrollableDataTable

      Hi,

       

       

      I am using rich:scrollableDataTable with 28 columns .using rich faces 3.0.0

       

      Number of records per page is configurable with values 25,50,75,100. frozenColCount=3.

       

      Page rendering is taking lot of time.and UI components inside table are slow to respond to user events(like check box, dropdown) even with 25 rows.

       

      1. Can I disable column resizing ? I did not find any attribute to disable column resizing.

      2. Any suggestions on improving the performance?

       

      Thanks,

      Abhishek.

        • 1. Re: disable column resizing rich:scrollableDataTable
          konstantin.mishin

          Hello.

          1. We haven't API for this task, but you might try to use next CSS-code:

          .dr-sdt-hsep {
               display:none;
          
          }
          

          2. There isn't problem performance of scrollableDataTable only. If you use simple HTML table with 28x25 cells, you also will have problem with performance, especially in IE. Maybe, scrollableDataTable without frozen columns will have some better performance.