MultiColumnComboBoxColumnTagHelper

Example

Razor
<column>
    <column-header-template></column-header-template>
    <column-template></column-template>
</column>

ChildTags

Tag NameDetails
column-header-templateTemplateTagHelper
column-templateTemplateTagHelper

Attributes

AttributeTypeDescription
fieldStringDefines the field for the column.
header-templateStringRenders a template for the column header.
header-template-handlerStringRenders a template for the column header. This option expects the name of a JavaScript function that will be called to return the template.
header-template-idStringRenders a template for the column header. This option expects the ID of the script element that contains the template.
header-template-viewIHtmlContentRenders a template for the column header. This option expects the instance containing the created HTML.
templateStringConfigures the templates for the component.
template-handlerStringRenders a template for the column. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringRenders a template for the column. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentRenders a template for the column. This option expects the instance containing the created HTML.
titleStringDefines the text of the column title in the header.
widthStringThe width of the column. Numeric values are treated as pixels.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support