ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 239 forks source link

Search specific item? #171

Closed nicemak closed 4 years ago

nicemak commented 5 years ago

Hi, Is there any way to search in tableview for specific item? Like i have hundreds of items and i want to search for an item and scroll list to that item. please tell me if there is way. Thanks

ISchwarz23 commented 5 years ago

Hi @nicemak,

unfortunatelly this is not supported out of the box. The pro version supports filtering. You can test the feature in the Example App. More information about the pro version can be found here: www.sortabletableview.com

Regards, Ingo