Skip to content

Add Virtualized Table Rendering for Large Dataset Record Lists#72

Description

@hardikkaurani

馃煛 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

  • Virtualized list rendering implemented for dataset record tables.
  • Smooth scrolling with 10,000+ rows verified.
  • npm run build and npm run typecheck pass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    frontendFrontend UI, React components, and client statehelp wantedExtra attention is neededperformancePerformance optimizations and database indexing

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions