[TIMOB-18259] ListView: Get the items currently filtered by searchText or searchView
GitHub Issue | n/a |
Type | New Feature |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | listview, searchtext, searchview |
Reporter | Fokke Zandbergen |
Assignee | Unknown |
Created | 2014-12-17T15:55:43.000+0000 |
Updated | 2018-02-28T19:55:15.000+0000 |
Description
Current situation
Given I have a ListView with X items and I do a search using either searchText
or searchView
currently there is no way to now which items are filtered (shown).
Desired situation
I'd like to have a getFilteredItems()
method or (less preferable) a flag on the items themselves so I can tell which are currently filtered (shown).
Use case
I have a list the user can filter and then either select one (or more) or use a *Select All* button to select all items currently filtered.
Comments
JSON Source
No comments