Instead of adding the lookup column to the grid layout, expand that to get the display value to add to the grid instead. For example, instead of adding "Account", click the plus button then select Account, the choose the Name column to add to the grid, then it won't be clickable.
In the grid, the button + must be active to allow users to add necessary columns. Therefore, I need to display the main account on the grid without a link.
I need to do this in Freedom UI. Are there any features in Freedom UI for datatables similar to the showValueAsLink feature available for fields on a page?
Thanks Ryan, and in case the column isn't a lookup, I mean the default Name column always was clickable, but I need in some cases not be clickable, is it possible (Freedom UI)
Could somebody tell my why i can't add link to ms report? I don't see link or url to add to my report. I add also link wihout green arrow (which i don't knwo what it is) and still i can't add this to my report
How can I override the dashboard list Name link, OOB functionality is opening its corresponding record but instead of this I want to put some logic and open other page. Where can I override this exact function? Any idea?
I want to add a column with a link, to set URL of that link I need to get the value of another column hidden in the grid, How could I do this? I do not want to show the column because it takes up a lot of space. I overwrote the method addColumnLink but the line "this.get("someColumn") does not work if the column is hidden. In this case, the column hidden is "UsrRutaArchivo"
You can call initQueryColumns function in your section schema, so to load all columns. In the function, call addAllColumns you have overridden. In this case, you will be able to access not displayed column in the grid by "this.get("Column"); Please see the example below: