简体   繁体   English

ag-grid angular 中的自定义工具提示部分可见

[英]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.我正在尝试在 ag-grid 中实现自定义工具提示,但工具提示部分可见。

For reference, i have source code present in Plunker.作为参考,我在 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.如果将鼠标悬停在最后一行第一列的第一个 ag-grid 上,则工具提示部分可见。

is there a way to show full content of tooltip.有没有办法显示工具提示的全部内容。

link to the code: 'http://plnkr.co/edit/QBfY00iJ8sxkZqym'链接到代码:'http://plnkr.co/edit/QBfY00iJ8sxkZqym'

Updated Pic更新图片

You need to set a height on the :host selector in your custom tooltip component.您需要在自定义工具提示组件中的:host选择器上设置高度。 Eg set it to 300px , then the tooltip should display above your mouse pointer when on the last row, allowing it be completely visible.例如,将其设置为300px ,然后工具提示应在最后一行显示在鼠标指针上方,使其完全可见。

Demo .演示

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 农业网格保持排序图标可见 - ag-grid keep sort icons visible 部分显示ag-grid单元内的Bootstrap工具提示 - Bootstrap tooltip inside ag-grid cell showing partially 如何让自定义选择浮动过滤器成为 ag-grid angular 中列的全宽 - How to get custom select floating filter to be full width of column in ag-grid angular “ag-grid”表格单元格中的自定义迷你图内的 D3 工具提示在表格单元格边界之外不可见 - D3 tooltip inside custom sparkline chart in an 'ag-grid' table cell not visible outside of table cell boundary 使ag-grid以角度为100%页面高度的方法 - Way to make ag-grid take 100% page height in angular 银格粘header - Ag-grid sticky header 如何更改或更新角度ag-grid的主题。 我们是否需要编写任何自定义css文件或使用除材料之外的任何其他网格 - How to change or update the theme of angular ag-grid . Do we need to write any custom css files or use any other grid except from material 网格样式 - 覆盖 ag-grid 的样式 - Grid Styling - Overwrite style of ag-grid 如何在页面滚动时以角度使ag-grid中的所有列标题粘贴(固定)? - How to make all column headers sticky(fixed) in ag-grid in angular while page scrolling? 在 ag-grid v25 angular 10 中设置字体系列和大小 - Set font family & size in ag-grid v25 angular 10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM