Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、1つの列のすべてのセルにツールチップを追加するにはどうすればよいですか?jmesaテーブルを使用しています。
セルに次のようなテキストがあるので、これが必要です:'これは...'です。ホバー時に、完全なテキストを含むツールチップを表示する必要があります。
ツールチップを表示するには、TITLE 属性を持つ SPAN タグを使用します。
<jmesa:htmlColumn> <span title='${bean.fullDescription}'>${bean.value}</span> </jmesa:htmlColumn>