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
I have a page which contains pagedArray, populated by many local models (filtered).
My UI allows a user to initiate an edit model, where they can update properties on the model.
When the model is updated, the pagedArray still displays the old result.
Is this a configuration issue on my part (i.e when properly configured, should pagedArray automatically update?), or a missing feature in the add-on?
After looking through issues, it seems that #183 may be related, but the proposed solution seems hacky. Ideally any system component which updates a model shouldn't be coupled to the implementation details of the pagedArray - this is what the store is for...
The text was updated successfully, but these errors were encountered:
lougreenwood
changed the title
How to update the pagedArray if the underlying item model changes?
How to update the pagedArray if an underlying item model changes?
Jul 10, 2018
I have a page which contains pagedArray, populated by many local models (filtered).
My UI allows a user to initiate an edit model, where they can update properties on the model.
When the model is updated, the
pagedArray
still displays the old result.Is this a configuration issue on my part (i.e when properly configured, should pagedArray automatically update?), or a missing feature in the add-on?
After looking through issues, it seems that #183 may be related, but the proposed solution seems hacky. Ideally any system component which updates a model shouldn't be coupled to the implementation details of the pagedArray - this is what the store is for...
The text was updated successfully, but these errors were encountered: