diff --git a/packages/grafana-ui/src/components/Table/TableRT/RowsList.tsx b/packages/grafana-ui/src/components/Table/TableRT/RowsList.tsx index 77f744acf91..d206388cf91 100644 --- a/packages/grafana-ui/src/components/Table/TableRT/RowsList.tsx +++ b/packages/grafana-ui/src/components/Table/TableRT/RowsList.tsx @@ -422,9 +422,6 @@ export const RowsList = (props: RowsListProps) => { } }; - // Key the virtualizer for expanded rows - const expandedKey = Object.keys(tableState.expanded).join('|'); - // It's a hack for text wrapping. // VariableSizeList component didn't know that we manually set row height. // So we need to reset the list when the rows high changes. @@ -437,8 +434,7 @@ export const RowsList = (props: RowsListProps) => { return (