TaskBoardColumnSettingsSettingsTagHelper

Example

Razor
<column-settings>
    <buttons></buttons>
    <column-settings-template></column-settings-template>
</column-settings>

ChildTags

Tag NameDetails
buttonsTaskBoardColumnSettingsSettingsButtonsTagHelper
column-settings-templateTemplateTagHelper

Attributes

AttributeTypeDescription
data-order-fieldStringThe field used to order columns (number based). If not set, columns will be rendered in the order they are fetched. And ordering will not be applied to the DataSource and respectively, not synced with the remote data source.
data-status-fieldStringThe field of the data item that provides the status of the column. Mapped with the status of the cards.
data-text-fieldStringThe text field of the column.
templateStringControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
template-handlerStringControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
template-idStringControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
template-viewIHtmlContentControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
widthStringConfigures the width of the columns
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support