alan-turing-institute / simulate-frontend

Simulate frontend application.
http://simulate.readthedocs.io
0 stars 1 forks source link

Pagination for dashboard #106

Closed myyong closed 6 years ago

myyong commented 6 years ago

Objective Get xx jobs per page

Criteria

  1. Offer options for number of jobs per page
  2. Get X number of jobs
  3. Paginate
masonlr commented 6 years ago

Closing this issue as ant.design tables have automatic client-side pagination. At this stage we are not using server-side pagination (i.e. we aren't including pagination arguments in the API queries, we are requesting all case/job summaries and relying on client-side pagination).