As discussed, since you need to provide a download URL inside a table in your Use Case,
you can create an AbstractStringColumn and emit your download location by encapsulating it between
<html>...</html>
The mouse cursor will change from an arrow to a hand. Between the HTML tag, you can simply write standard HTML code like
<a href="..."</a>
The parsing is done in RwtScoutTable in the method initializeUiColumns().
However, if you need a different mouse cursor for different table columns, it's currently not possible without changing the Scout code.