diff --git a/packages/grafana-ui/src/components/Table/TableNG/TableNG.tsx b/packages/grafana-ui/src/components/Table/TableNG/TableNG.tsx index 70019b5a9f7..7b9bff47547 100644 --- a/packages/grafana-ui/src/components/Table/TableNG/TableNG.tsx +++ b/packages/grafana-ui/src/components/Table/TableNG/TableNG.tsx @@ -741,7 +741,7 @@ export function mapFrameToDataGrid({ timeRange={timeRange ?? getDefaultTimeRange()} height={defaultRowHeight} justifyContent={justifyColumnContent} - rowIdx={rowIdx} + rowIdx={sortedRows[rowIdx].__index} shouldTextOverflow={() => shouldTextOverflow( key,