Components.ModelsTableRowGroupToggle Class
Component is used to toggle rows group visibility
Don't override this component. Use groupingRowComponent (it may extend this one)
Item Index
Properties
Properties
groupedItems
Object[]
List of all rows group items
If rows group is last on the page, not all it's items may be shown. Use visibleGroupedItems
to get rows group items shown on the current table's page
Default: null
stopEventsPropagation
Boolean
Determines if stopPropagation
should be called for event-handlers in the current component
Default: true
visibleProcessedColumns
Utils.ModelsTableColumn[]
Bound from ModelsTable.visibleProcessedColumns
Default: null
Events
toggleGroupedRows
Closure action ModelsTable.toggleGroupedRows
toggleGroupedRows
Calls passed toggleGroupedRows
toggleGroupedRowsExpands
Closure action ModelsTable.toggleGroupedRowsExpands
toggleGroupedRowsExpands
Calls passed toggleGroupedRowsExpands
toggleGroupedRowsSelection
Closure action ModelsTable.toggleGroupedRowsSelection
toggleGroupedRowsSelection
Calls passed toggleGroupedRowsSelection