I want to auto scroll to the row in a table view when the database contents of the row are known. The question is, how to link the database/model row to the view row.
scrollTo() might work ok, if I could identify the table index value from the known database row.
But I can't see how to do that.
Any ideas?


Reply With Quote

Bookmarks