Tooltip in grouplist

Hi webix team, in the snipped http://webix.com/snippet/efc0aeef I want a tooltip “First List” and “Second List” on grouplist items, but I need an advice to do this. Thanks

Hi,

Tooltip can be defined as a function that stores a data object and can return any string:

tooltip:function(obj){ return obj.value }