DataSourceFilterTagHelper

Example

Razor
<datasource-filter>
    <filters></filters>
</datasource-filter>

ChildTags

Tag NameDetails
filtersDataSourceNestedFiltersTagHelper

Attributes

AttributeTypeDescription
fieldStringThe data item field to which the filter operator is applied.
logicStringThe logical operation to use when the filter.filters option is set.The supported values are: "and" or "or".
operatorStringThe filter operator (comparison).The supported operators are: "eq" (equal to); "neq" (not equal to); "isnull" (is equal to null); "isnotnull" (is not equal to null); "lt" (less than); "lte" (less than or equal to); "gt" (greater than); "gte" (greater than or equal to); "startswith"; "endswith"; "contains"; "doesnotcontain"; "isempty" or "isnotempty". The last five are supported only for string fields.
operator-handlerStringThe filter operator (comparison) function name.
valueObjectThe value to which the field is compared. The value has to be of the same type as the field.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support