My task. Clicking on a result in the table would open a page with information about that result. The API that gives information about the result contains an ID that should be passed as a parameter to another API. How to do it?
Higolol
18 days ago
Dec 27, 2024, 1:17 PM
I can't find in the documentation how to make a function to change the visual part of the object on mouseover and the cursor itself.
Lucas G
18 days ago
Dec 27, 2024, 3:09 PM
On click you pass that as a URL parameter to the next page
It’s worth reading this part of the toddle docs to get a better understanding about URL path and query parameters. See https://toddle.dev/docs/dynamic-pages You might also get something useful from the toddle AI as well.