Hi there! I have some filters and list of items. Now, I’m using ember-infinity and query params for changing inifinityModel (data depend on rest api). In my controller, I change queryParams (after actions from template), and then in route, i set refreshModel (when queryParams were changed). It work great! But, I have some trouble, when refreshModel in action, my page reload, but, I want to reload only list of items. How can I do that? I have route.js, controller.js, template.hbs. My template has infinitiLoader, model list adn simple components for filter block.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Query Parameter New: "Refreshmodel" without replacing the whole model
|
3 | 960 | May 28, 2014 | |
Object as Query Param to Refresh Model
|
6 | 4510 | September 7, 2018 | |
Query Params and Template Updating
|
6 | 3192 | March 28, 2017 | |
Ember-Data, Query Params, Routes | 2 | 1563 | December 4, 2015 | |
Problems reloading model with new query param values | 1 | 741 | December 5, 2017 |