SyntaxFix
Write A Post
Hire A Developer
Questions
Got the fix in css.
td.disabledAnchor a{ pointer-events: none !important; cursor: default; color:Gray; }
Above css when applied to the anchor tag will disable the click event.
For details checkout this link