added react-virtuloso and tenstack-table

This commit is contained in:
Boki 2025-06-15 21:08:58 -04:00
parent 3a9d45c543
commit 8e01d523d0
8 changed files with 161 additions and 227 deletions

View file

@ -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"
/>