-
This is a scheme of my application to display orders and then each item in that order. When I press the refresh button, only data provider1 is refreshed, data provider2 is not refreshed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @Valdri Only the data provider you specify to be refreshed will be so. It is worth noting that if you want the mongodb query to re-execute, then you can use a binding. When the value of a binding that is attached to a data provider filter, or that is being passed into a query, is changed, then it will automatically cause a refresh/re-execute that data provider/query. |
Beta Was this translation helpful? Give feedback.
Hi @Valdri
Only the data provider you specify to be refreshed will be so.
It is worth noting that if you want the mongodb query to re-execute, then you can use a binding. When the value of a binding that is attached to a data provider filter, or that is being passed into a query, is changed, then it will automatically cause a refresh/re-execute that data provider/query.