NickolayVasin One quick question: I want to show extra information in column without adding separate columns just for it. Something like tooltips that grid has that I can show on hover but I don't want tooltips for all my columns
MariyaDemy Good day Nickolay, Sure, you could use tooltips only for the wanted columns with some additional information from the data. To show tooltips only for specific columns you could either set tooltip:false for the unwanted columns or set a common tooltip property as { template:"" } and add a tooltip for the needed columns only : https://snippet.webix.com/o6hx80eg .