Highlight a row in a power table upon opening window

Look here

Put his in Initialize:

	def selectrow(table = self):
		table.selectedRow = 0
	system.util.invokeLater(selectrow,1000)

You can experiment with the delay (1000ms)…

1 Like