1
Help for ParamQuery Grid (free version) / add a tooltip with html code in PQGrid cell.
« on: February 16, 2017, 03:30:53 pm »
Hello, I'm new on this forum.
I have a PQGrid table and I want to add tooltips with html code linked to specific cells.
Exemple :
cell :
I'm working with
/**
* ParamQuery Pro v3.0.0
*/
My table is use local pages.
I use render function to display title ou links.
I try to find a solution on PQGrid doc and forum.
Could you help me?
Etienne
I have a PQGrid table and I want to add tooltips with html code linked to specific cells.
Exemple :
cell :
Code: [Select]
A/B/C
toolTip :Code: [Select]
A : First letter </br> B: Second Letter</br> C : Third Letter
I'm working with
/**
* ParamQuery Pro v3.0.0
*/
My table is use local pages.
I use render function to display title ou links.
I try to find a solution on PQGrid doc and forum.
Could you help me?
Etienne