1 Reply Latest reply on May 3, 2010 5:33 PM by nbelaevski

    pagination using walk method

      I am using walk method provided by ExtendedDataTable for pagination.

      Now pagination is working fine but the problem is when i reRender the table for some condition the walk method get called,

      is there any way where i can reRender without walk method being called.

      I tried to put condition in walk method and when i reRenderwalk method did not get called but the data in table do not get populated after reRender.

       

      please help me if there is any way.