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

Retriving oringal data from backend without sorting #775

Open
ibrahimBeladi opened this issue Apr 13, 2022 · 0 comments
Open

Retriving oringal data from backend without sorting #775

ibrahimBeladi opened this issue Apr 13, 2022 · 0 comments

Comments

@ibrahimBeladi
Copy link

Is your feature request related to a problem? Please describe...

Some data are sorted from backend, and by fetching them from vuex-orm, the orders are altered (I guess by id, if no orderBy is given).
This behavior is not always wanted, sometimes we need to retrieve data as is, with their original sorting.

Describe the solution you'd like

A way to get the original data as they were inserted into vuex-orm. (model.getOriginal() ?)

Describe alternatives you've considered

Could not do it in vuex-orm, considering doing it manually.

Additional context

N/A

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