Open modal programmatically
Last updated
Last updated
© 2024 UI Bakery
When working with a modal, you might want to open it via custom interaction - on a button click, a table row click or from a custom JavaScript snippet. Here's how to do that:
Add a modal and give it a proper name. That's important since we're going to reference it by this name later.
2. Create a Code action with the following code snippet:
3. Similarly, you can close the modal: