Skip to content

Hooks

useCurrentlyRenderedData<Data>(): Data[]

Lets you access the currently rendered data items.

Type ParameterDescription
DataThe type of the data items in the table.

Data[]


useVirtuosoLoadingState(): DataTableLoadingState

Lets you access the current semantic loading state of the data table from its child components.

DataTableLoadingState


useVirtuosoLocation(): ListScrollLocation

Lets you access the current scroll location of the data table component from its child components. See ListScrollLocation for the available properties.

ListScrollLocation