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

Add a more robust data table that allows filtering for records #108

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

skhamis
Copy link
Collaborator

@skhamis skhamis commented Jan 12, 2023

Will be looking for feedback on this. Decided on https://github.com/TanStack/table as the back-end component since:

  1. It's headless
  2. One of the most supported/starred tables
  3. Well documented

However I'm okay with switching components if we feel strongly. It is a bit verbose but gets the job done! I haven't done much in terms of making it look pretty as I want to make sure (1) there is no functionality loss (2) I understand the feature-set better before making any design changes.

Old Table:
Screenshot 2023-01-11 at 2 57 26 PM
Screenshot 2023-01-11 at 2 57 33 PM

New Table:
Screenshot 2023-01-11 at 2 57 06 PM
Screenshot 2023-01-11 at 3 00 16 PM
4e-60251530c99e.png)

Main features:

  • Filtering/searching
  • Pagination
  • Easier customization for future features

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

Successfully merging this pull request may close these issues.

None yet

1 participant