Optional. Enables/disables the header tooltip, or sets the configuration object with the tooltip settings
Usageâtooltip?: boolean | object;
Default value: true
ParametersâWhen set as an object, the tooltip
config can have the following properties:
showDelay
and hideDelay
settings are ignored, false by defaultThe tooltip config can be redefined for the header/footer tooltip.
Exampleâconst grid = new dhx.Grid("grid_container", {
columns: [
{ id: "country", header: [{ text: "Country" }], tooltip: true },
// more columns configuration objects
],
tooltip: false,
// more options
});
Related article: Column and spans tooltips
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4