Can't use svg in TextColumn
What I want to achive is a column which shows an icon and when you click on it, a defined text is copied to the clipboard.
The problem is, that the
this works as expected and it shows the text "Copy". Now I tried to use an icon:
but the column is empty. Any ideas?
The problem is, that the
IconColumn has no copyable method, so I tried to use the TextColumn:this works as expected and it shows the text "Copy". Now I tried to use an icon:
but the column is empty. Any ideas?