TableCriteria
Interface for filtering functionality
Properties
| Name | Type | Description |
|---|---|---|
| field | string | Field to filter on. |
| operator | string | undefined | Support for other scenario of filter where operator such as =, <, > etc is separated from value. |
| value | any | Filter predicate. |

