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 | |
|---|---|---|---|---|
| Filtered & paged API | 8 | 1982 | March 14, 2016 | |
| Action to load more data and refresh template | 1 | 4329 | June 17, 2018 | |
| Ember Octane filtering using queryParams | 3 | 1062 | September 14, 2020 | |
|
Query Params and Template Updating
|
6 | 3212 | March 28, 2017 | |
|
Object as Query Param to Refresh Model
|
6 | 4593 | September 7, 2018 |