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

Enhance VuiTable to support async search and sort actions #74

Open
cjcenizal opened this issue Jul 17, 2023 · 0 comments
Open

Enhance VuiTable to support async search and sort actions #74

cjcenizal opened this issue Jul 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cjcenizal
Copy link
Contributor

We added VuiTable in #73. We need to enhance it to support:

  • Searching
  • Sorting each column ascending and descending, using the default sort, and highlighting the active sort column

All of this behavior plus the existing async initial fetch and pagination behavior adds a lot of repetitive logic into the consumer. We can improve the DX and reduce the chance of bugs by encapsulating all of this behavior into a reusable hook.

CC @aamirbutt

@cjcenizal cjcenizal added the enhancement New feature or request label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant