Highlighting a row in a table based off of a columns value in a Power Table

Vision Power Table's don't have styles like that. That's Perspective.

Implement the configureCell() extension functions. That gets called whenever java Swing needs to paint cells, separately for every cell that is visible (at least). The method can look up the row data for the cell in question to return the desired adjustments to the normal painting operation.

Similar recent topic:

1 Like