SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

Is there any option for displaying custom tool-tip for whole row on mouse-over?

Open mallikarjuna909 opened this issue 8 years ago • 1 comments

Hi,

i'm trying to display tool-tip over the slickGrid row, for that i made one div and displaying it on 'onMouseEnter'. But problem with positioning because tool-tip is overflowing the screen, so result giving horizontal scroll which is not nice to see the page.

So, is there any other way to do achieve this?

Thanks, Malli.

mallikarjuna909 avatar Nov 10 '17 09:11 mallikarjuna909

my repo has an example for built in and jQueryUI tooltips. You can probably adapt that fairly easily. http://6pac.github.io/SlickGrid/examples/example-autotooltips.html

6pac avatar Nov 12 '17 11:11 6pac