馃煛 Intermediate Issue
Problem
Dataset record lists render all rows in the DOM, causing significant lag when viewing datasets with 5,000+ records.
Why It Matters
Virtualized rendering with react-window or @tanstack/react-virtual renders only visible rows, dramatically improving scroll performance and memory usage.
Suggested Files
frontend/src/pages/Datasets.tsx
Definition of Done
馃煛 Intermediate Issue
Problem
Dataset record lists render all rows in the DOM, causing significant lag when viewing datasets with 5,000+ records.
Why It Matters
Virtualized rendering with
react-windowor@tanstack/react-virtualrenders only visible rows, dramatically improving scroll performance and memory usage.Suggested Files
frontend/src/pages/Datasets.tsxDefinition of Done
npm run buildandnpm run typecheckpass.