I’m new to Corona and am working on a business app targeted for iPads. I have two tableview objects where the first onTouch event populates the second tableview based on the value set by the first touch event. I would like to change the background color of the first to flag the selected value as the tableview remains on screen. Is it possible to alter the properties of the row returned in the event? If so, how? If not, any other ideas for how to handle this? Thanks