UnSelecting a table row

I am working on reproducing an existing custom HMI system with Ignition. In order to make both applications work somewhat the same, I have a Power Table that contains 9 columns from a database (MySQL), when a user selects a row, a popup is displayed that contains additional information (9 additional columns) from the data returned from the query. What I need to do is to ‘Unselect’ the row so the popup goes away and the table row goes back to its original color. I can find no way to unselect a row from a table using a script. I am currently running 8.0.9
Any Ideas?

Set the selectedRow property to -1.

2 Likes