mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

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

Open mallikarjuna909 opened 6 years ago

mallikarjuna909 commented 6 years ago

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.

6pac commented 6 years ago

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