Skip to content

Commit 006d3d9

Browse files
committed
fix(TopShards): disable virtualization for table
1 parent c51ce66 commit 006d3d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Tenant/Diagnostics/TopShards/TopShards.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const bLink = cn('yc-link');
2323

2424
const TABLE_SETTINGS = {
2525
...DEFAULT_TABLE_SETTINGS,
26+
dynamicRender: false, // no more than 20 rows
2627
externalSort: true,
2728
disableSortReset: true,
2829
defaultOrder: DataTable.DESCENDING,

0 commit comments

Comments
 (0)