Components.ModelsTableRowGrouping Class
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
Item Index
Properties
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
groupedValue
Default: null
groupIsCollapsed
Boolean
Determines if rows group is collapsed (bound from the parent component template)
Default: null
visibleProcessedColumns
Utils.ModelsTableColumn[]
Bound from ModelsTable.visibleProcessedColumns
Default: null
Events
toggleGroupedRows
Closure action ModelsTable.toggleGroupedRows
toggleGroupedRowsExpands
Closure action ModelsTable.toggleGroupedRowsExpands
toggleGroupedRowsSelection
Closure action ModelsTable.toggleGroupedRowsSelection