Does anyone have an example case for pulling isDetailExpanded into a component property?
In my current scenario I'd like to be able to modulate the open and close event with the row select and I'd like to feed that information into the method to then choose collapse or expand based on the boolean value - unless there's a more compact way to achieve the same result.