Hover Button In a Dataview Item

Hello,

I have the following template property for a dataview widget:

template:function(obj) {return obj.title + "<div style='float:right'><span class='webix_icon fa fa-trash-alt'></span></div>";}

I would like the icon only to show when hovering over the dataview item. How do I do that?

Thanks
Pieter

Never mind. Figured it out.