Implements filtering with search bar! 🔎
🔎 🔎 Implements a Search Bar for data filtering! 🔎 🔎
Summary
A search bar is automatically added to all data tables to allow the user to filter through the loaded data set without changing any code.
Technicals
- Swift Data Tables will automatically add a search bar to the data grid.
- The search will find occurrences in every single data item, efficiently.
- A row will be returned in the filtering process if even one of it's data items contain the needle.
- The default filtering algorithm uses a contains matching expression.