mui / toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
964 stars 244 forks source link

Feedback when running SQL #1567

Closed prakhargupta1 closed 1 year ago

prakhargupta1 commented 1 year ago

Duplicates

Latest version

Summary 💡

  1. In the where condition I wanted to put a page parameter. I was assuming that it would take JS expression by default. I tried a couple of options like

${eno}, `$eno`, `${eno}`

but the correct one was $eno. It is mentioned in docs. In Retool, mustache syntax works here.

  1. Sometimes when the query is running there comes no loader.
  2. Somehow, $e_no didn't work due to some syntax error. I wasted good enough time and couldn't know what was wrong.

https://user-images.githubusercontent.com/92228082/212822659-49abb43c-c5f4-4889-bbf1-957d4b6324c3.mov

App link: https://master--toolpad.mui.com/_toolpad/app/clbxozkn30001vg9jj6x4k742/pages/l52u3nnn

Examples 🌈

No response

Motivation 🔦

No response

prakhargupta1 commented 1 year ago

Closing as it is related to the older version of Toolpad.