I have a scenario that when a certain condition meets a link is clickable otherwise it is not clickable. I used the jquery code to stop click but not figure out how to make that link clickable again. That link basically opens a new dashboard. So I think to refresh the current view. if anyone has a better solution please let me know.
How to refresh current view without refreshing browser.
What component type is your link?
There is the ‘ignore mouse’ option that you can toggle, otherwise you can just put a rectangle on top and show/hide it.
Thanks David! Ignore mouse is working.