Bind from Page to Modal

In this video, we'll cover binding a UI element in the Modal to the UI component on the Page:

  • You have a Table on a Page and an input in a Modal and you want, when you click on the specific row in the table to open up the Modal. Additionally, as the Modal opens up, you want to "pass" a specific value from a selected record in the Table into the input field in the Modal

Last updated