Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create reusable component for page having table #32

Open
aarbanas opened this issue Aug 23, 2024 · 0 comments
Open

Create reusable component for page having table #32

aarbanas opened this issue Aug 23, 2024 · 0 comments

Comments

@aarbanas
Copy link
Owner

aarbanas commented Aug 23, 2024

Since most of our pages will have some kind of table view, we should have a re-usable component which is in charge of displaying and logic with tables.

Component src/app/users/page.tsx should be used as reference.

New component should receive as props:

  1. Header items
  2. Body data
  3. Fetching data function
  4. Searching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant