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): Readonly<RowItem> | undefined Parameter Type Description rowIndex number Index of the row to return. Returns - Readonly<RowItem> | undefined Defined in presentation/components/src/table/DataProvider.ts Line 231 Last Updated: 13 June, 2024