New to Kendo UI for Vue? Start a free 30-day trial

GroupableProps

groupable-enabled Boolean

If groupable-enabled is set to false, grouping is disabled.

When groupable-show-footer is enabled, the group footer rows will remain visible when the corresponding group is collapsed.

groupable-sort-compare Function

A JavaScript function for comparing the groups. groupable-sort-compare has the same signature as the compare function that is accepted by Array.sort. For more information, refer to the article on sorting items of the groups.

groupable-sort-dir String

The sort order of the groups according to the group field.

The supported values are:

  • asc—Ascending order.
  • desc—Descending order.

groupable-messages-empty String

The text which is displayed in the grouping drop area.