API Reference > presentation-components > Table > PresentationTableDataProvider > getLoadedRow getLoadedRow Method Try to get a loaded row. Returns undefined if the row is not currently loaded. getLoadedRow(rowIndex: number): undefined | Readonly<RowItem> Parameter Type Description rowIndex number Index of the row to return. Returns - undefined | Readonly<RowItem> Defined in presentation/components/src/presentation-components/table/DataProvider.ts Line 247 Last Updated: 11 June, 2024