Type Alias: VirtualTableWhereFilterOp
VirtualTableWhereFilterOp:
"<"
|"<="
|"=="
|"!="
|">="
|">"
|"array-contains"
|"in"
|"not-in"
|"array-contains-any"
Filter conditions in a Query.where()
clause are specified using the
strings <
, <=
, ==
, >=
, >
, array-contains
, in
, and array-contains-any
.
See​
Table
Defined in​
packages/firecms_core/src/components/VirtualTable/VirtualTableProps.tsx:263