diff --git a/packages/grafana-ui/src/components/Table/RowsList.tsx b/packages/grafana-ui/src/components/Table/RowsList.tsx index b15745d3b82..7c7ec32e154 100644 --- a/packages/grafana-ui/src/components/Table/RowsList.tsx +++ b/packages/grafana-ui/src/components/Table/RowsList.tsx @@ -420,9 +420,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. @@ -435,8 +432,7 @@ export const RowsList = (props: RowsListProps) => { return (