TreeListNestedColumnsTagHelper
Example
Razor
<columns>
<treelist-column></treelist-column>
</columns>
ChildTags
| Tag Name | Details |
|---|---|
| treelist-column | TreeListColumnsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| columns | IList<TreeListColumnTagHelper> | The configuration of the TreeList columns whcih represents an array of JavaScript objects or strings. JavaScript objects are interpreted as column configurations. Strings are interpreted as thefield to which the column is bound. The TreeList will create a column for each item of the array. |
| item | TreeListColumnTagHelper | Gets or sets the item at the specified index in the collection. |