Skip to main content

Interface: TableVirtuosoHandle

Methods

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


scrollBy()

scrollBy(location): void

Parameters

location

ScrollToOptions

Returns

void


scrollIntoView()

scrollIntoView(location): void

Parameters

location

number | FlatScrollIntoViewLocation

Returns

void


scrollTo()

scrollTo(location): void

Parameters

location

ScrollToOptions

Returns

void


scrollToIndex()

scrollToIndex(location): void

Parameters

location

number | FlatIndexLocationWithAlign

Returns

void