tooltip
Optional. Enables a tooltip on hovering over the content of a column
tooltip?: boolean;
Default value: trueExample
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
data: dataset,
tooltip: false
});
Related sample: TreeGrid. Hiding tooltips
Change log:
added in v6.5