alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Frontend implementation of pagination #80

Closed masonlr closed 6 years ago

masonlr commented 6 years ago

Description

The middleware supports pagination of both jobs and cases. The front end should paginate the list of jobs and cases in, say, blocks of 10.

Acceptance criteria

Out of scope

Implementation notes

masonlr commented 6 years ago

Closing due to ant.design migration. Pagination is handled by ant.design tables.