GroupingInstance

external interface GroupingInstance<TData : RowData>(source)

Inheritors

Properties

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

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

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

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

Link copied to clipboard
abstract var 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 var setGrouping: (updater: Updater<GroupingState>) -> Unit

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