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 f164489 commit ad333caCopy full SHA for ad333ca
src/components/QueryResultTable/QueryResultTable.tsx
@@ -20,8 +20,6 @@ import './QueryResultTable.scss';
20
const TABLE_SETTINGS: Settings = {
21
...DEFAULT_TABLE_SETTINGS,
22
stripedRows: true,
23
- dynamicRenderType: 'variable',
24
- dynamicItemSizeGetter: () => 40,
25
sortable: false,
26
};
27
0 commit comments