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.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentControls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column. This option expects the instance containing the created HTML.
widthStringConfigures the width of the columns
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support