tooltip
Optional. Enables/disables all the tooltips of a column
tooltip?: boolean;
Default value: trueExample
const grid = new dhx.Grid("grid_container", {
columns: [
// columns config
],
data: dataset,
tooltip: false
});
Related sample: Grid. Hiding tooltips
Change log:
added in v6.5