This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Description
Given an example query there are a few small pagination-related bugs.
- Greyed out buttons are still clickable
- Clicking
Prev can produce a server error
- Setting a limit > 100 only displays 100 records per page
- The pagination at the bottom is calculated based on the actual limit, not 100. If we decide 100 should be the cap for html, we need to update pagination accordingly.