Closed mg1075 closed 1 year ago
The documentation for update:dsData as found on the "next" site left me wondering how to use the feature. https://next--vue-dataset-demo.netlify.app/components/#provides
update:dsData
Fortunately, someone had raised the issue earlier on github. "What is the returned data object after I run a filter function? #95" https://github.com/kouts/vue-dataset/issues/95
An example of how to use the api was provided in the answer. https://github.com/kouts/vue-dataset/blob/6a37b323b62bbbc8aa4dbec872b98547c22cadc4/playground/views/Example2.vue#L16
It would be helpful if the documentation site could reflect some of this info so it is not necessary to search through github issues as to how the update:dsData feature works.
Thanks for your comments and your interest in vue-dataset @mg1075, PRs are welcome!
vue-dataset
Closing this as the docs now mention that the return of the update:dsData is an array of objects.
The documentation for
update:dsData
as found on the "next" site left me wondering how to use the feature. https://next--vue-dataset-demo.netlify.app/components/#providesFortunately, someone had raised the issue earlier on github. "What is the returned data object after I run a filter function? #95" https://github.com/kouts/vue-dataset/issues/95
An example of how to use the api was provided in the answer. https://github.com/kouts/vue-dataset/blob/6a37b323b62bbbc8aa4dbec872b98547c22cadc4/playground/views/Example2.vue#L16
It would be helpful if the documentation site could reflect some of this info so it is not necessary to search through github issues as to how the
update:dsData
feature works.