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 c51ce66 commit 006d3d9Copy full SHA for 006d3d9
src/containers/Tenant/Diagnostics/TopShards/TopShards.js
@@ -23,6 +23,7 @@ const bLink = cn('yc-link');
23
24
const TABLE_SETTINGS = {
25
...DEFAULT_TABLE_SETTINGS,
26
+ dynamicRender: false, // no more than 20 rows
27
externalSort: true,
28
disableSortReset: true,
29
defaultOrder: DataTable.DESCENDING,
0 commit comments