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
{{ message }}
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
Hello!
This is really cool library with no alternatives.
But I'm stuck with understanding how index() action works.
Server should return an array of items. As result I get model having numeric properties like 0,1,2,3 etc. together with regular model properties in one object. Also I see only one call and realization of apply() method in sources, that means only single data item applying is supported.
Could you help me with understanding how index() action should work?
The text was updated successfully, but these errors were encountered:
If you enable apply on the index() action then you do get the results as numeric properties in your model. That's not very nice, but it can be handled like this:
A lodash one-liner to filter out the model properties:
Hello!
This is really cool library with no alternatives.
But I'm stuck with understanding how index() action works.
Server should return an array of items. As result I get model having numeric properties like 0,1,2,3 etc. together with regular model properties in one object. Also I see only one call and realization of apply() method in sources, that means only single data item applying is supported.
Could you help me with understanding how index() action should work?
The text was updated successfully, but these errors were encountered: