Hello,
Some of our column cell contents is huge and user prefers to have some popup message to display the whole context (so it's dynamic, not static message) while they move mouse over the cell. I tried the following configuration in Column attributes, but it doesn't work : <span title="#COLLUMN_NAME#">#COLUMN_NAME#</span>. Also try to use something like onmouseover="toolTip_enable(event,this,'This is a tooltip')", but how to deal with column cell of each row?
Any idea on this please? Thanks!