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

Client Table Does Not Support Selected Row Functionality #47

Open
seivad opened this issue Aug 8, 2023 · 0 comments
Open

Client Table Does Not Support Selected Row Functionality #47

seivad opened this issue Aug 8, 2023 · 0 comments

Comments

@seivad
Copy link

seivad commented Aug 8, 2023

  • Vue.js version: 3
  • consumed using: Vite
  • FULL error message (including stack trace): No Error
  • relevant code: Comparing v-client-table to v-server-table, the selectedRows key is missing so you cannot programmatically or ideally, from a button click unselect all the rows when using v-client-table. I've tried looking at the source but I cannot see where that key is being removed and/or not added when the v-client-table is generated.

Is there any solution to this? As I don't want to hit an API endpoint for only a small number of rows in a table (<20) where I could just inject that data straight into the component using v-client-table.

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