Created
February 21, 2019 16:00
-
-
Save maxkoretskyi/224c3203527b8b149c8a8a41635f1488 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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