Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Pagination: improve handling of large datasets (millions) #218

Open
nathanyoung opened this issue Oct 14, 2019 · 1 comment
Open

Pagination: improve handling of large datasets (millions) #218

nathanyoung opened this issue Oct 14, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@nathanyoung
Copy link
Contributor

nathanyoung commented Oct 14, 2019

Current
Screen Shot 2019-10-14 at 2 21 38 PM

When there is a large dataset (e.g. millions of users) The FieldSelect component that renders becomes extremely slow because it has to render all possible pages. We should find a design solution that:

  • allows people to paginate to specific pages around the current page
  • jump n number of pages forward/back that works well
  • works well in mobile
  • possibly go directly to the first or last page via button
@nathanyoung nathanyoung added the enhancement New feature or request label Oct 14, 2019
@eddiemonge
Copy link
Member

A proposal is:


| << First | | < Prev | | [ ] of 12 | | Next > | | Last >> |


On mobile, the labels could be dropped leaving the arrow icons

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants