TreeListColumnFilterableSettingsTagHelper
Example
Razor
<filterable>
<cell></cell>
<treelist-filterable-operators></treelist-filterable-operators>
</filterable>
ChildTags
| Tag Name | Details |
|---|---|
| cell | GridColumnFilterableCellSettings |
| treelist-filterable-operators | TreeListFilterableOperatorsSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| enabled | Boolean | Enables or disables the configuration. |
| ui | String | The role data attribute of the widget that is used in the filter menu, or a JavaScript function which initializes that widget. |
| ui-handler | String | The role data attribute of the widget that is used in the filter menu, or a JavaScript function which initializes that widget. |