ucsb-cs156-s24 / proj-happycows-s24-4pm-7

https://ucsb-cs156-s24.github.io/proj-happycows-s24-4pm-7/
0 stars 0 forks source link

FEATURE: Update Jobs display native Pagination implemented in OurTable #38

Closed james-y-f closed 4 months ago

james-y-f commented 4 months ago

User Story

Discussion

The buttons in PagedJobsTable were a quick attempt at building an MVP, but since then, we've discovered that React Bootstrap has components just for this purpose: see https://react-bootstrap.netlify.app/docs/components/pagination. This feature has already been implemented to display profits in ProfitsTable.js using OurTable.js. in #10, so it only stands to reason that we should do this for Jobs too.

Acceptance Criteria