mleibman / SlickGrid

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

Show autotooltip when text overflow vertically #1034

Open xmedeko opened 9 years ago

xmedeko commented 9 years ago

I use tall grid cell (rowHeight) and for some cells I use css white-space:normal to show wrapped text. This change shows the tooltip when such wrapped text overflow the cell vertically.