DataSourceGroupTagHelper

Example

Razor
<group>
    <aggregates></aggregates>
</group>

ChildTags

Tag NameDetails
aggregatesDataSourceGroupAggregatesTagHelper

Attributes

AttributeTypeDescription
compareStringA JavaScript function which is used to compare the groups (refer to sortable for sorting the items of the groups). It has the same signature as the compare function accepted by Array.sort.
directionStringThe sort order of the group.The supported values are: "asc" (ascending order) or "desc" (descending order). The default sort order is ascending.
fieldStringThe data item field to group by.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support