I think my question has been discussed before, but I can't find an
answer.
Is there a possibility to programmatically select a row in a table view
after it has been found in the data source of the table view.
The thing I want to do is to find a data row with "whose content of
data cell x of it = mySearchItem" and then automatically scroll to this
row and select it in the table view.