How to execute query to fetch data only when button is pressed #664
Unanswered
marcwitteveen
asked this question in
Q&A
Replies: 1 comment
-
I ran into a simular issue, and this is what i came up with: You just have to implement a button/logic that actually emits the refreshFilters event.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At this moment, when the page loads with the grid it fetches data immediately. I would like to delay this until a button is pressed.
The idea behind is as followed:
Beta Was this translation helpful? Give feedback.
All reactions