You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's assume in this app I'd like to trigger 'Run' command on selection, and 'Show' log when the link action is triggered.
Action comes first, but the event is triggered sequentially. So it would be great to have something like prevent_default available for actions.
But currently clicking on ShowLog triggers both action_show_log and on_data_table_row_selected.
I suspect the interaction of the @click with cursor events will always be a bit awkward. It may be better to handle the cell clicking within the message handler.
Closing for now. But willing to reconsider if there is still a need.
This issue is more like feature request.
Let's assume in this app I'd like to trigger 'Run' command on selection, and 'Show' log when the link action is triggered.
Action comes first, but the event is triggered sequentially. So it would be great to have something like
prevent_default
available for actions.But currently clicking on ShowLog triggers both
action_show_log
andon_data_table_row_selected
.The text was updated successfully, but these errors were encountered: