fixed up tables to use virtualized

This commit is contained in:
Boki 2025-06-18 08:17:00 -04:00
parent 7f4a70309c
commit 587fc0f228
2 changed files with 116 additions and 80 deletions

View file

@ -368,7 +368,6 @@ export function ExchangesTable() {
data={exchanges || []}
columns={columns}
loading={loading}
className="max-h-[calc(100vh-300px)]"
getRowCanExpand={() => true}
renderSubComponent={renderSubComponent}
/>