Skip to main content

Interface: TableVirtuosoHandle

Methods

scrollIntoView

scrollIntoView(location): void

Parameters

NameType
locationnumber | FlatScrollIntoViewLocation

Returns

void


scrollToIndex

scrollToIndex(location): void

Parameters

NameType
locationnumber | FlatIndexLocationWithAlign

Returns

void


scrollTo

scrollTo(location): void

Parameters

NameType
locationScrollToOptions

Returns

void


scrollBy

scrollBy(location): void

Parameters

NameType
locationScrollToOptions

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

NameType
stateCbStateCallback

Returns

void