Replies: 2 comments
-
Bump I would like to have this feature as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have now created a PR which will add support for reactive data in the Vue-adapter: #5687 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is an issue with the adapter or the types, but it'd be awesome if the useVueTable had a more vue-like API. E.g.
data
should be of typeMaybeRefOrGetter<TData>
, which the adapter can then resolve toget data() { return toValue(options.data) }
.The usage of the table would be more natural in vue:
If you're creating a custom component:
If using vue-query
*There is a related unanswered discussion (#4455) which probably highlights the confusion around the current vue-table API
Beta Was this translation helpful? Give feedback.
All reactions