0 Replies Latest reply on Aug 16, 2008 12:50 PM by peerless

    How i can otimize the datatable rerender ?

    peerless

      Hello, friends.

      I have a datatable that has many columns and values. But i want that it rerender only the value that was changed. Sample:

      datatable list=#{mb.carList} var=car
      column value=#{car.name}
      column value=#{car.color}
      


      If i change just the property 'name' of a car, i want that ONLY the equivalent column rerenderize, and not all datatable.

      It´s possible ?

      Thanks vm.