How can I show a cell's full data in a mouseover popup?
I have a library that will display text in a mouseover popup. How can I refer to an individual cell's data in that cells setevent method?
I want to do something like:
column.setEvent("onmouseover", "displaytooltip( obj.getDataText([i],[j]))");
where i and j are the indeces of the individual cells row and column?
I want to do something like:
column.setEvent("onmouseover", "displaytooltip( obj.getDataText([i],[j]))");
where i and j are the indeces of the individual cells row and column?
Lazzab
January 17,