# Grid Filters

| Filter                | Key            |
| --------------------- | -------------- |
| Equal to              | eq             |
| Not equal to          | neg            |
| Is null               | isnull         |
| Is not null           | isnotnull      |
| Less than             | lt             |
| Less than or equal to | lte            |
| Greater than          | gt             |
| Starts with           | startswith     |
| Ends with             | endswith       |
| Contains              | contains       |
| Does not contain      | doesnotcontain |
| Is empty              | isempty        |
| Is not empty          | isnotempty     |
