Skip to content

View Filtering

View filtering allows you to filter data based on specific conditions, only showing records that meet those conditions.

Filtering Conditions

Comparison Operators

  • Equal to / Not equal to
  • Contains / Does not contain
  • Greater than / Less than
  • Is empty / Is not empty
  • Within a range

Logical Operators

  • And (AND): Meets multiple conditions simultaneously
  • Or (OR): Meets any one condition
  • Not (NOT): Does not meet a specified condition

Configuring Filtering

  1. Click the "Filter" button
  2. Select a field
  3. Select an operator
  4. Enter the filter value
  5. Add more conditions (optional)

Advanced Filtering

Supports creating complex filtering rules:

  • Condition combinations
  • Nested conditions
  • Dynamic values (such as "Today", "This Week", etc.)
  • Associated field filtering

Released under the MIT License.