Skip to content

Implements filtering with search bar! 🔎

Compare
Choose a tag to compare
@pavankataria pavankataria released this 17 Mar 19:56
· 122 commits to master since this release

🔎 🔎 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.