How to enable webix tooltips for datatable column header in webix 5.1.1?

How to enable webix tooltips for datatable column header in webix 5.1.1?

without using html/css

Hey @webix_B_123, the following is only relevant is you’re using version 6.2 or higher:

The fastest way would be probably to use the tooltip property provided inside the datatable view. We have to specify this property for the datatable itself so we can enable the functionality in general, and we also need to specify the tooltip property inside the headers as well. if your goal is to show tooltips for headers only, then we need to readjust the code a little bit so it doesn’t show us the tooltips for anything that isn’t a header. Here’s an example of how you could do this: https://snippet.webix.com/g1d5y1v9.

For Webix version 5.1.1 I’m afraid you can only use the standart html/css tooltips.
As per usual, we always recommend you switch to the latest version of webix to get all the new and exciting features.

ohh…
Thanks for the information