Button that will trigger a modal right after the form field
I have table repeater and each row has product item, and price. The product has multiple vendor price. Is there a way that i can trigger a modal to select which vendor to choose and populate the cost column based on vendor of the product? I am thinking of a button "Select Vendor Pricing" right after the cost field and a modal will appear with vendors lists
Solution:Jump to solution
Really don’t think you need a modal for this at all. The select field in the repeater is you vendor.
3 Replies
Probably an affix action.
Solution
Really don’t think you need a modal for this at all. The select field in the repeater is you vendor.
affix action is what I am looking for. Modal is an idea only to choose a vendor although another column onto the repeater is much more cleaner. thank you @awcodes