1 Reply Latest reply on Nov 27, 2014 5:38 AM by michpetrov

    Maintain collapsibleSubTable expand state on re-render

    mkultra329

      I have datatables dynamically populated and each contains dynamically populated collapsibleSubTables. I need to maintain the state (expand/collapse) on re-render. I am currently accomplishing this w/ onRowClick calling a jsFunction that updates a boolean Map of expand states with the key being the id of the item in my generated datatable row. The problem is that there is a delay that I would like to eliminate that I attribute to a required ajax call and re-render each time a row is clicked. is there another way to do this?

       

      Thank you