I wrote a plugin that simply adds a bug's parent id as one of the columns you can add to the main grid view of your bugs using the filter drop down menu. I wasnted to make it clickable so that you could go right to the parent case with one click. I used BugDisplay.Link to do this. However, when the grid is exported to excel the field for parent case is all the html code for the roll over link. Is there some way of still having a clickable link and not getting all the html populating the fields in the excel export?
clickable links that our plugin puts into the case grid view end up being exported to excel as html.
|
1
|
You can! Instead of sending down the HTML for the link when
And instead of using |
|||
|