Selected comparison operator (see ComparisonType). Used together with the value prop.
E.g. filtering values greater than 100
can be achieved by using operator >
and value 100
.
operator and value state is lifted up from the custom filter component
in order to allow operations on all filters at once, such as clearing all filters.
Filter value that is used together with the operator prop.
E.g. filtering values greater than 100
can be achieved by using operator >
and value 100
.
operator and value state is lifted up from the custom filter component
in order to allow operations on all filters at once, such as clearing all filters.
Generated using TypeDoc
See
filterDropdown
in antd Column documentation