简体   繁体   中英

Custom tool tip in ag-grid angular is partially visible

I am trying to implement custom tool tip in ag-grid, but the tooltip is partially visible.

For reference, i have source code present in Plunker. There are two ag-arid instances as an example. If you mouse over on first ag-grid on first column of last row, tooltip is partially visible.

is there a way to show full content of tooltip.

link to the code: 'http://plnkr.co/edit/QBfY00iJ8sxkZqym'

Updated Pic

You need to set a height on the :host selector in your custom tooltip component. Eg set it to 300px , then the tooltip should display above your mouse pointer when on the last row, allowing it be completely visible.

Demo .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM