Skip to main content

Interface: GroupedTableVirtuosoHandle

Extends

  • BaseTableVirtuosoHandle

Methods

scrollIntoView()

scrollIntoView(location): void

Parameters

location

ScrollIntoViewLocationOptions

Returns

void


scrollToIndex()

scrollToIndex(location): void

Parameters

location

number | IndexLocationWithAlign

Returns

void


getState()

getState(stateCb): void

Obtains the internal size state of the component, so that it can be restored later. This does not include the data items.

Parameters

stateCb

StateCallback

Returns

void

Inherited from

BaseTableVirtuosoHandle.getState


scrollBy()

scrollBy(location): void

Parameters

location

ScrollToOptions

Returns

void

Inherited from

BaseTableVirtuosoHandle.scrollBy


scrollTo()

scrollTo(location): void

Parameters

location

ScrollToOptions

Returns

void

Inherited from

BaseTableVirtuosoHandle.scrollTo