GroupingRow

external interface GroupingRow(source)

Inheritors

Properties

Link copied to clipboard
abstract var getGroupingValue: (columnId: String) -> Any

Returns the grouping value for any row and column (including leaf rows). API Docs Guide

Link copied to clipboard
abstract var getIsGrouped: () -> Boolean

Returns whether or not the row is currently grouped. API Docs Guide

Link copied to clipboard
abstract var groupingColumnId: String?

If this row is grouped, this is the id of the column that this row is grouped by. API Docs Guide

Link copied to clipboard
abstract var groupingValue: Any?

If this row is grouped, this is the unique/shared value for the groupingColumnId for all of the rows in this group. API Docs Guide