Hi, I've create a searchbar beside a tableView. I don't want to connect these two components with the property
.search of the tableView. When i enter a character in my searchbar I want to filter my rows in the listview. My idea is to add an event listener for the event 'change' to the searchbar. But how I have to implement the filter for the tableview? Which method should i call to filter the items?
1 Answer
I think i found an answer http://developer.appcelerator.com/question/134357/search-outside-tableview. But the behaviour is not so smooth like an integrated searchbar. Has any one some tipps for optimization?
Your Answer
Think you can help? Login to answer this question!