reach4help / covidhelphub-frontend

MIT License
1 stars 3 forks source link

Adds react tables for beneficiary, volunteer, and program components #67

Closed Nechir-89 closed 2 years ago

Nechir-89 commented 2 years ago

Description This pull request is made based off issue #52, where we supposed to create three tables using react-table module.

Changes added

  1. Installed react-table module
  2. Installed @types/react-table
  3. Added react-table-config.d.ts for fixing incomplete types in react table module
  4. Hard coded data (rows and columns) for volunteer and beneficiary tables
  5. Added tables for voluntaries, beneficiaries, and programs
  6. Added sorting functionality for all columns and for all tables
  7. Added global filtering/searching functionality

This pull request fixes #52

@ethanstrominger @jensren