Skip to content

Commit ad333ca

Browse files
fix(QueryResultTable): optimise rendering
1 parent f164489 commit ad333ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/QueryResultTable/QueryResultTable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import './QueryResultTable.scss';
2020
const TABLE_SETTINGS: Settings = {
2121
...DEFAULT_TABLE_SETTINGS,
2222
stripedRows: true,
23-
dynamicRenderType: 'variable',
24-
dynamicItemSizeGetter: () => 40,
2523
sortable: false,
2624
};
2725

0 commit comments

Comments
 (0)