ASP.NET Core + React/Redux SPA powered Simple Ledger and Time Tracking System for small businesses
GNU General Public License v3.0
12
stars
4
forks
source link
[Full Stack] - Update Get Filtered Time Activities endpoint to use Pagination #76
Open
groberts314 opened 2 years ago
Like, if user submits a really large date range. Use some reasonable max page size like 100 or 150. Need to figure out what UI-side pagination looks like. Probably https://getbootstrap.com/docs/4.1/components/pagination/ | https://reactstrap.github.io/?path=/docs/components-pagination--pagination. =)