API Docs for: 3.0.1.91d25ad1
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

additionalColspan

Number

Extra colspan used in the internal td. Useful in cases with block scope usage when some extra columns are in the table (not only columns)

Default: 0

cellColspan

Number protected

Default: null

currentGroupingPropertyName

String

Default: null

displayGroupedValueAs

String

Default: null

expandedGroupedItems

Object[] protected

Default: []

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[] protected

Default: []

tagName

String

Default: 'tr'

themeGroupingRowClass

String protected

themeInstance

Object

Default: null

visibleGroupedItems

Object[]

Default: null