[bug-13773]Ignition 8 - Alternating Row Background not working properly for Power Table

Put the following on the initialize extension function.

from java.lang import Boolean
	
table = self.getTable()
table.getDefaultRenderer(Boolean).setOpaque(True)