Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 634 Bytes

manageFilter

Adding and deleting a Filter to an Interactive Grid. This Plugin can be used a starting point to build more a better user experience for the Interactive Grid.

Now with the following comparison operators:

  • Equal to
  • Not Equal to
  • Null
  • Not Null
  • Like
  • Not Like
  • In - Includes additional attribute so you can specify the separator between multiple values
  • Not In
  • Contains
  • Not Contains
  • Greater than
  • Greater than or equal to
  • Less than
  • Less than or equal to
  • In the last (time period), e.g. order_date in the last 2 months
  • Not in the last (time period), e.g. shipped_date NOT in the last 2 months