Interface: TableVirtuosoHandle
Methods
scrollIntoView
▸ scrollIntoView(location
): void
Parameters
Name | Type |
---|---|
location | number | FlatScrollIntoViewLocation |
Returns
void
scrollToIndex
▸ scrollToIndex(location
): void
Parameters
Name | Type |
---|---|
location | number | FlatIndexLocationWithAlign |
Returns
void
scrollTo
▸ scrollTo(location
): void
Parameters
Name | Type |
---|---|
location | ScrollToOptions |
Returns
void
scrollBy
▸ scrollBy(location
): void
Parameters
Name | Type |
---|---|
location | ScrollToOptions |
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
Name | Type |
---|---|
stateCb | StateCallback |
Returns
void