datatable tooltip: dynamical turn on/off

how can i turn datatable tooltips on/off?
does not work by setting the property via api…

using function dynamical does not work also by returning false…

http://webix.com/snippet/7b8ebd5c

You can return empty string from tooltip when tooltip is not necessary

http://webix.com/snippet/31fe0234

thx! best things in live are simple :wink:

whats about “static” tooltips? can i dynamical turn them on/off by a trick?

It is not so simple unfortunately, but possible

$$("abc").config.tooltip.destructor();

http://webix.com/snippet/9499012c

thanks.

way to turn it on dynamic?

The next call of table.define(“tooltip”, true) will reenable tooltips

Most probably we will fix this part so the false value will be processed correctly.