Question about neotable - Forum

Forum Navigation
You need to log in to create posts and topics.

Question about neotable

Hi All

I would like to know if it is possible to get the cell value when the mouse is over to give additional information via a tooltip or a text field.

If any of you have already done a routine of this type I would be delighted to receive it.
Thank you

Hi @phil78, note that you can inject whatever HTML you need inside each neoTable cell. It makes possible to include images, tooltips or whatever thing you need there. Take a look at the included neoTable tutorial for more information and samples.

Regards

@Luis Thank you Luis, I try with EventManager this is my need, but I do not receive information for If [neoTableEvent] == "mouseover" or If [neoTableEvent] == "mousemove" ??

@luishp  in EventManager you use several predefined variables like [neoTableEvent], [neoTableField], [neoTableRow]. Is there anywhere a complete list of predefined variables ?

In EventManager you use several predefined variables like [neoTableEvent], [neoTableField], [neoTableRow]. Is there anywhere a complete list of predefined variables?

@phil78 they are just a few:

Current row:
[neoTableRow]

Current event name:
[neoTableEvent]

Current field name:
[neoTableField]

Current table page number:
[neoTablePage]

Current search text:
[neoTableSearch]