将鼠标悬停在数据表中的行上时,丰富的工具提示不会更新
Posted
技术标签:
【中文标题】将鼠标悬停在数据表中的行上时,丰富的工具提示不会更新【英文标题】:rich tooltip not updating when hovering on rows in datatable 【发布时间】:2012-06-27 08:52:59 【问题描述】:我有一个数据表,我想在将鼠标悬停在表中的列上时显示丰富的工具提示。
<t:column id="nameColumn">
<a4j:outputPanel layout="block">
<rich:toolTip direction="bottom-right" showDelay="300"
layout="block">
<a4j:actionparam name="index" value="#child.index"
assignTo="#tableBean.currentTableRowIndex" />
<h:outputText value="#tableBean.currentTableRowIndex"/>
</rich:toolTip>
<h:outputText value="#child.name" id="childName"
styleClass="gridCell" >
</h:outputText>
</a4j:outputPanel>
</t:column>
如果我使用 mode="ajax",工具提示中不会出现任何内容。实际上它应该显示行号。如果你能帮助我,那就太好了。此问题在 v3.3.3 中
【问题讨论】:
【参考方案1】:请确保您的代码在表单标签内
【讨论】:
以上是关于将鼠标悬停在数据表中的行上时,丰富的工具提示不会更新的主要内容,如果未能解决你的问题,请参考以下文章