How do we disable clicking on items in a SQL Table Widget?
I feel like I've seen this on here before and I just can't find it, but we built a SQL Table Widget and want to make the items unclickable so that users don't click them and get taken to the Work Item Search area.
Any help is greatly appreciated!
Answers
@Ian_Stephenson - If your SQL doesn't have a workitem or id column in the first 2 columns, it won't redirect. So you could either alias the id/workitem id column as something else or just move it further down in the list.