We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ce404 commit 93ee888Copy full SHA for 93ee888
src/components/tableV2/core/fullTable.js
@@ -34,7 +34,7 @@ const FullTable = ({
34
{...rest}
35
>
36
<Table.Head data-testid={`netdata-table-head${testPrefix}`}>
37
- {Array.isArray(table.getHeaderGroups()) ? (
+ {table.getHeaderGroups().length > 1 ? (
38
table.getHeaderGroups().map((headerGroup, index) => (
39
<Table.HeadRow
40
key={index}
0 commit comments