What It Does
This extension helps you filter a list of lists, returning only rows (sublists) where any item matches the search value partially.
No need to specify an index or column — it searches all columns in each row!
Blocks
FilterListByPartialMatch One block were good to go
How To Use
- Add a search bar TextBox
- Use “When TextBox.Text Changed”
- Call FilterListByPartialMatch with your original list
- Display filtered list in ListView, recycler list etc
*AIA
FilterListAllColumns.aia (87.9 KB)
AIX
FilterListAllColumns.aix (6.1 KB)
Inspired by @Still-learning by ListNinja extension
Happy Kodding