[TIMOB-13419] ListView: search bar support and data filtering
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-07-01T16:26:58.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2013 Sprint 13 API, 2013 Sprint 13, Release 3.2.0 |
| Components | iOS |
| Labels | listview |
| Reporter | Ingo Muschenetz |
| Assignee | Vishal Duggal |
| Created | 2013-04-05T22:35:04.000+0000 |
| Updated | 2017-03-21T18:33:13.000+0000 |
Description
New ListView properties
searchView - replaces search in tableView
searchText - Search without using the searchView
keepSectionsInSearch - Boolean. Default false. Set to true and use with searchText to show section information in search results
Pull pending against master https://github.com/appcelerator/titanium_mobile/pull/4424 KS PR for testing https://github.com/appcelerator-developer-relations/KitchenSink/pull/106
Closing ticket as fixed.