Tooltip on Kanban header

Hi,
How can I achieve this?
Sometimes the column header text is too long to display

Hi,

You can provide a simple HTML tooltip for header as:

{ header:"<span title='Backlog'>Backlog</span>", body:{} }

Please, check the snippet: https://webix.com/snippet/3e00a63c

That worked great, thanks Helga