API Docs for: v2.7.0
Show:

Components.ModelsTableRowGrouping Class

Extends Ember.Component

Component-row with grouped property value. Used to toggle rows group with needed property value equal to the grouping value

You must not override this component and should use groupingRowComponent

By default row-group-toggle is used

Properties

cellColspan

Number private

Default: null

currentGroupingPropertyName

String

Default: null

displayGroupedValueAs

String

Default: null

expandedGroupedItems

Object[]

Default: null

groupedItems

Object[]

Default: null

groupedLength

Number

Rows count in the rows group

Default: null

groupedValue

Default: null

groupingRowComponent

String

Default: null

groupIsCollapsed

Boolean

Determines if rows group is collapsed (bound from the parent component template)

Default: null

selectedGroupedItems

Object[]

Default: null

themeInstance

Object

Default: null

visibleGroupedItems

Object[]

Default: null

visibleProcessedColumns

ModelsTableColumn

Default: null