You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: