Functioning of query mode #1379
Replies: 1 comment
-
This is being covered in: #1752 |
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
-
I was building an app with 2 components on my canvas: table and button. I had a query that GETs me some data from a database. Came across following observations/questions:
I changed my query mode from always fetch to manual fetch. When I did this, the entire data from table disappeared, should we not persist the records that data grid last fetched? It happens in Retool.
I found the Enabled button in query interface confusing. It could be because there is no helper text, and also there is no visual change that happens after checking the box.
App: https://master--toolpad.mui.com/_toolpad/app/cl1on1bd80041a1pdrrfdt0rq/pages/9j03n8r
Button: GET
query: xano_get
Beta Was this translation helpful? Give feedback.
All reactions