Ok, there are many topics of a missed function like
myTableView:reRender()
I have read all threads about it, but I found no solution for my problem.
I have a simple tableView, which shows strings from a array-like table. row1.text = table[1] and so on.
During the tableView is shown, the content of the table changes and the tableView should follow. Normally I would just call the above (unfortunately not existing) function. So what to do instead? This a really time sensitive task, so destroy and create a new tableView is no option.