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 Apr 2, 2019. It is now read-only.
When you initially fetch a collection, the collection will trigger add events on each model and trigger a sort event on the collection. Each add event will cause a new backgrid row to be rendered and inserted. The sort event will cause the entire body to refresh will will rebuild and render each row. I have only been able to get around this by fetching all my collections with reset true, which will not trigger add events on each fetched model. It feels like backgrid should have some way of handling this.
The text was updated successfully, but these errors were encountered:
When you initially fetch a collection, the collection will trigger add events on each model and trigger a sort event on the collection. Each add event will cause a new backgrid row to be rendered and inserted. The sort event will cause the entire body to refresh will will rebuild and render each row. I have only been able to get around this by fetching all my collections with reset true, which will not trigger add events on each fetched model. It feels like backgrid should have some way of handling this.
The text was updated successfully, but these errors were encountered: