added react-virtuloso and tenstack-table
This commit is contained in:
parent
3a9d45c543
commit
8e01d523d0
8 changed files with 161 additions and 227 deletions
|
|
@ -638,11 +638,10 @@ export function PortfolioTable() {
|
|||
Performance test: 100,000 rows × {columns.length} columns ={' '}
|
||||
{(100000 * columns.length).toLocaleString()} cells
|
||||
</p>
|
||||
<div className="h-96 w-full border border-border rounded-lg overflow-hidden">
|
||||
<div className="flex-grow w-full border border-border rounded-lg overflow-hidden">
|
||||
<DataTable
|
||||
data={data}
|
||||
columns={columns}
|
||||
height="100%"
|
||||
onRowClick={row => console.log('Clicked:', row.symbol)}
|
||||
className="w-full h-full"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue