TreeListColumnMenuSettingsTagHelper
Example
Razor
<column-menu>
<treelist-column-menu-messages />
</column-menu>
ChildTags
Tag Name | Details |
---|---|
treelist-column-menu-messages | TreeListColumnMenuMessagesSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
columns | Boolean | If set to true, the column menu allows the user to select (show and hide) TreeList columns. By default, the column menu allows column selection. |
enabled | Boolean | |
filterable | Boolean | If set to true, the column menu will allow the user to filter the TreeList. By default, if filtering is enabled through filterable, the column menu allows the user to filter. |
sortable | Boolean | If set to true, the column menu will allow the user to sort the TreeList by the column field. By default, if sorting is enabled through sortable, the column menu allows the user to sort the data. |