How do I get a tooltip for a column in a datatable to display on the left of the column

I have a datatable with a column that displays an clickable icon that will perform an action. I’d like that column to be the last column on the right of the datatable. When I put a tooltip on that column it displays below and to the right so it is cut off by the edge of the window. How do I get it to display below and to the left of the column?

For now, Webix tooltips are always placed next to the mouse position and that causes the mentioned problem.

It’s a known issue, but unfortunately, there’s no fix yet.