Class: HeaderTooltips

HeaderTooltips

handsontable-pro/src/plugins/headerTooltips/headerTooltips.js, line 31

Allows adding a tooltip to the table headers.

Available options:

  • the rows property defines if tooltips should be added to row headers,
  • the columns property defines if tooltips should be added to column headers,
  • the onlyTrimmed property defines if tooltips should be added only to headers, which content is trimmed by the header itself (the content being wider then the header).
Example
...
 headerTooltips: {
   rows: true,
   columns: true,
   onlyTrimmed: false
 }
...

Members

settingsBoolean Object

Cached plugin settings.

Methods

handsontable-pro/src/plugins/headerTooltips/headerTooltips.js, line 151

destroy()

Destroy the plugin.

handsontable-pro/src/plugins/headerTooltips/headerTooltips.js, line 73

disablePlugin()

Disable the plugin.

handsontable-pro/src/plugins/headerTooltips/headerTooltips.js, line 55

enablePlugin()

Enable the plugin.

handsontable-pro/src/plugins/headerTooltips/headerTooltips.js, line 48

isEnabled(){boolean}

Check if plugin is enabled.

Returns: {boolean}
handsontable-pro/src/plugins/headerTooltips/headerTooltips.js, line 84

parseSettings()

Parse the plugin settings.