hides the tooltip
myView = webix.ui({ view:"dataview", ... tooltip:{ template:" Rating: #rating# <br> Votes: #votes#" } }); myView.config.tooltip.hide();