enables/disables tooltips for specified colums
list | string | list of true/false values, tooltips are enabled for all columns by default |
//disable first column's tooltips
myGrid.enableTooltips("false,true,true,true,true");
Back to top