Skip to content

Extending Roel's plug-in to support more comparison operators - GTE, LTE, IN

License

Notifications You must be signed in to change notification settings

stewstryker/manageFilter

 
 

Repository files navigation

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

About

Extending Roel's plug-in to support more comparison operators - GTE, LTE, IN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%