Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 563 Bytes

overview.md

File metadata and controls

21 lines (17 loc) · 563 Bytes
title weight
Overview
1

This package comes with a set of very usual filter types like date, numeric, boolean and so on. Additionally you can create your own filters with more complex database queries if needed and as a cherry on the cake the package offers some very usual ready to use filters, that you just need to add to your models.

For individual filters please see section advanced usage.

Available filter base types to be used as base of your filters:

  • Date
  • Boolean
  • Enum
  • Numeric
  • Select
  • String

Ready to use filters:

  • TrashedFilter