[AC-5869] Create a property that allows searchbar/searchview filtered ListView to return the number of records being displayed
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | n/a |
| Status | Resolved |
| Resolution | Needs more info |
| Resolution Date | 2018-10-24T20:14:31.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Ray Belisle |
| Assignee | Shak Hossain |
| Created | 2018-08-30T18:05:13.000+0000 |
| Updated | 2018-10-24T20:14:32.000+0000 |
Description
When a searchbar/searchview is attached to a listview, there is no way to know how many records meet the current search criteria. Would be nice to have a property that could be exposed to read the current number of records that match the search criteria.
Hello, Please share some native feature docs for this. Thanks.
To android, i find this: https://stackoverflow.com/questions/14628453/android-listview-filter-count
Hello, this is not native docs, I mean official Android development docs that describe this features and implementation process. Thanks.