fixed up tables to use virtualized
This commit is contained in:
parent
7f4a70309c
commit
587fc0f228
2 changed files with 116 additions and 80 deletions
|
|
@ -368,7 +368,6 @@ export function ExchangesTable() {
|
|||
data={exchanges || []}
|
||||
columns={columns}
|
||||
loading={loading}
|
||||
className="max-h-[calc(100vh-300px)]"
|
||||
getRowCanExpand={() => true}
|
||||
renderSubComponent={renderSubComponent}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue