Skip to content

Conversation

@jasperbruin
Copy link
Contributor

Implements table pagination in SnapshotsListTemplate component to address performance issues when displaying 1000+ reports. Previously, the UI rendered all reports at once causing significant slowdown with large datasets.
Changes:

  • Add pagination state management (page, rowsPerPage)
  • Implement paginatedSnapshots to slice filtered results
  • Add TablePagination component with custom navigation controls
  • Reset pagination when filters change

Fixes #1795

Implements table pagination in SnapshotsListTemplate component to address performance issues when displaying 1000+ reports. Previously, the UI rendered all reports at once causing significant slowdown with large datasets.
Changes:

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Performance Issue with Large Number of Reports (5000+)

1 participant