Conditionally allow Table subview to expand/collapse

There are component events onSubviewExpand and onSubviewCollapse on the Perspective table, but is there a way to prevent a certain Table row's subview from expanding?

I don't just want to prevent / allow all of the rows in a table, just certain row(s).

I have a table with orders and the subview contains more information on the order as well as a "Start order" button. I would like to prevent the subview from expanding if the order is already in a state other than "not started".

You can apply subview per row.

1 Like