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.
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.