IDREsandbox / hatecrimemap

Full stack web application using GIS software to visualize harassment claim data from the US
http://hatecrimemap.com/
MIT License
3 stars 5 forks source link

fix paginate by offset bug #73

Open ldalton02 opened 3 years ago

ldalton02 commented 3 years ago

If you change the page granularity (how many items are retrieved per page) the current page number you were on persists Add a fix to reset to the correct page number Note -> before switching, could determine the highest "number" currently available, divide by 50 (or whatever number per page chosen) to retain current incidents on the page