ohcnetwork / dashboard

A data visualisation dashboard with capacity map, plots and charts
https://dashboard.coronasafe.network/
MIT License
17 stars 24 forks source link

Fix #160: Pagination component that reverts to page one on search to prevent bug. #162

Closed Apurva-Nagar closed 3 years ago

Apurva-Nagar commented 3 years ago

Issue

In the facilities table, if the user is not on the first page and does a search, the results might not be visible if the number of results doesn't reach till that page. This might lead to the user thinking that the facility is not available.

Proposed solution

Reset the page back to 1 on every search.