Hooks
useCurrentlyRenderedData
Section titled “useCurrentlyRenderedData”useCurrentlyRenderedData<
Data>():Data[]
Lets you access the currently rendered data items.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Description |
|---|---|
Data | The type of the data items in the table. |
Returns
Section titled “Returns”Data[]
useVirtuosoLoadingState
Section titled “useVirtuosoLoadingState”useVirtuosoLoadingState():
DataTableLoadingState
Lets you access the current semantic loading state of the data table from its child components.
Returns
Section titled “Returns”useVirtuosoLocation
Section titled “useVirtuosoLocation”useVirtuosoLocation():
ListScrollLocation
Lets you access the current scroll location of the data table component from its child components. See ListScrollLocation for the available properties.