diff --git a/client/src/containers/Accounts/AccountsDataTable.js b/client/src/containers/Accounts/AccountsDataTable.js
index 29cbaf32c..1d8ac670a 100644
--- a/client/src/containers/Accounts/AccountsDataTable.js
+++ b/client/src/containers/Accounts/AccountsDataTable.js
@@ -176,14 +176,14 @@ function AccountsDataTable({
{
id: 'actions',
Header: '',
- Cell: ({ cell }) => (
-
- } />
-
- ),
+ // Cell: ({ cell }) => (
+ //
+ // } />
+ //
+ // ),
className: 'actions',
width: 50,
},
@@ -229,6 +229,8 @@ function AccountsDataTable({
autoResetExpanded={false}
autoResetSortBy={false}
selectionColumnWidth={50}
+ virtualizedRows={true}
+ fixedSizeHeight={1000}
/>
);