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 | 1976 | March 14, 2016 | |
Action to load more data and refresh template | 1 | 4320 | June 17, 2018 | |
Ember Octane filtering using queryParams | 3 | 1049 | September 14, 2020 | |
Query Params and Template Updating
|
6 | 3202 | March 28, 2017 | |
Object as Query Param to Refresh Model
|
6 | 4569 | September 7, 2018 |