This example demonstrates the functionality of the filtering row:
- The available filter functions such as Equals, Starts with, Ends with, Contains, Less than, Greater than, etc.
- The logical operation applied between the individual filters:
- AND - each row should pass through all filters
- OR - each row should pass through at least one filter
- None - fast way to disable filtering