Hi Abu,
Any idea how to integrate Qtip2 in grid. I want to show some details on popover of particular column from DB.
5 Answers
You can set it with:
$col["editoptions"]["title"] = "test";
The editoptions keys are converted to input attributes.
If I use $col["editoptions"]["title"] = "test";,
value of every column is being shown in the tooltip instead of "test"
http://prntscr.com/cchxk6
Your Answer