Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created February 21, 2019 16:00
Show Gist options
  • Select an option

  • Save maxkoretskyi/224c3203527b8b149c8a8a41635f1488 to your computer and use it in GitHub Desktop.

Select an option

Save maxkoretskyi/224c3203527b8b149c8a8a41635f1488 to your computer and use it in GitHub Desktop.
let gridOptions = {
defaultColDef: {
...
tooltipComponent: 'customTooltip'
},
components: {
customTooltip: CustomTooltip,
},
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment