Hi all,
I’ve got a fairly bog-standard tableview which uses alternate cell colours to improve the look and feel, problem is, if I delete one of the rows (say, a white one between two blues, I can’t seem to get the table to reRender the background colours properly, instead of white, blue, white, blue etc I get white, blue, blue etc…
Reading the docs, onRowRender only seems to fire if an insert action is applied, so what’s the best way to delete the required item and then re draw the visible rows with the correct cell colours?