Interface: GroupedTableVirtuosoHandle
Extends
BaseTableVirtuosoHandle
Methods
scrollIntoView()
scrollIntoView(
location
):void
Parameters
location
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
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