Domo Javascript Navigation
Hello all.
I have a custom app where I want it to open content in a new tab when clicking on an element. It is a table and each row I need it to have this behaviour.
In Javascript there's the window.open command but it does not work with the Domo CLI and I don't know how to tell the code to do this behaviour in the domo.navigate function.
Any guidance and help is well received.
Thanks in advance.
Best Answer
-
Hello!
After installing the ryuu.js library, you can utilize the domo.navigate just like you would any other function. Most commonly, this has been used in a button onClick event like this:
<button onClick={()=>{domo.navigate('/admin', true)}}>Click me to go to Admin Settings</button>The above button would navigate the user that clicks on the button to Admin Settings in a new tab. You can read more about these functions here: https://developer.domo.com/docs/dev-studio-references/domo-js1
Answers
-
Hello!
After installing the ryuu.js library, you can utilize the domo.navigate just like you would any other function. Most commonly, this has been used in a button onClick event like this:
<button onClick={()=>{domo.navigate('/admin', true)}}>Click me to go to Admin Settings</button>The above button would navigate the user that clicks on the button to Admin Settings in a new tab. You can read more about these functions here: https://developer.domo.com/docs/dev-studio-references/domo-js1
Categories
- All Categories
- 1.2K Product Ideas
- 1.2K Ideas Exchange
- 1.3K Connect
- 1.1K Connectors
- 273 Workbench
- Cloud Amplifier
- 3 Federated
- 2.7K Transform
- 78 SQL DataFlows
- 524 Datasets
- 2.1K Magic ETL
- 2.9K Visualize
- 2.2K Charting
- 433 Beast Mode
- 22 Variables
- 510 Automate
- 114 Apps
- 388 APIs & Domo Developer
- 8 Workflows
- 26 Predict
- 10 Jupyter Workspaces
- 16 R & Python Tiles
- 331 Distribute
- 76 Domo Everywhere
- 255 Scheduled Reports
- 65 Manage
- 65 Governance & Security
- 1 Product Release Questions
- Community Forums
- 40 Getting Started
- 26 Community Member Introductions
- 67 Community Announcements
- 4.8K Archive