Confirm Actions? #952
-
We have a few options which we really want to have people confirm that they really want to perform this action... The problem is I cannot see a native way to do this as we have no control over the view. For example, I would usually include a modal, then in the component a isConfirmed function... I was able to call the parent function to trigger the modal view when including it in the parent component. But then struggle to pass is down to the table component :/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I've resolved this with the standard comfirm on the component functions and included the modal into a configurableArea in a custom view. |
Beta Was this translation helpful? Give feedback.
I've resolved this with the standard comfirm on the component functions and included the modal into a configurableArea in a custom view.