Updating all rows in a tableview to allow user deletion

Hi all, 

Just wondering what the best way tackle this is:

I have a tableview filled with user content from a database, as part of the content of each table row is a delete button which has it’s visibility set to false.

I have a delete button at the bottom of my page which, when tapped, I want to trigger a routine which will  change the visibility of every delete button in every table cell so it becomes visible.

I’ve been playing around with this for a bit now without coming to any specific conclusion, has anyone got any ideas?

TIA

Chris 

You can take a look at this on how http://forums.coronalabs.com/topic/36881-tableview-how-to-force-re-rendering/

You can take a look at this on how http://forums.coronalabs.com/topic/36881-tableview-how-to-force-re-rendering/