GroupingInstance

external interface GroupingInstance<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract val getGroupedRowModel: () -> RowModel<TData>

Returns the row model for the table after grouping has been applied. API Docs Guide

Link copied to clipboard
abstract val getPreGroupedRowModel: () -> RowModel<TData>

Returns the row model for the table before any grouping has been applied. API Docs Guide

Link copied to clipboard
abstract val resetGrouping: (defaultState: Boolean?) -> Unit

Resets the grouping state to initialState.grouping, or true can be passed to force a default blank state reset to []. API Docs Guide

Link copied to clipboard
abstract val setGrouping: (updater: Updater<<Error class: unknown class><String>>) -> Unit

Updates the grouping state of the table via an update function or value. API Docs Guide