Icon with link

Hi!

Is there any way I can use an icon as a link to a document?

Suppose I put in one column the icon: attachment and I store in the database the link to the document docs/mydoc.xls. So when I click in the icon I should download the document.
The database only stores the value of: docs/mydoc.xls

Is this possible?
Thanks by the way.

Hi,

It possible to define an icon within webix-icon CSS class set to a span element:

"<a target='_blank', href='./download/#filename#'>
  <span class='webix_icon fa-cloud-download'></span>
</a>"

And use it as template for the needed datatable column.

Check the snippet, please: http://webix.com/snippet/4d600d87