Perspective Table - Expand Subview function

I was able to place this as part of the onRowClick Event of the Table:

def runAction(self, event):
	self.expandSubviews([event.rowIndex])

it resulted in the Table expanding the subview for whichever row I clicked.

3 Likes