Hello,
I have a column with long text to display .
If I use this css:
Then the page will only contains a few rows.
Would it be possible to extend the cell only on mouve over?
I have to use qtip also, but the grid will not load with this..
Can you help?
Thanks,
2 Answers
I’d suggest another solution. Tooltip that is shown on column headers was connected with long text as well, but disabled now due to performance issue on big tables. You can try uncomment it and see if it works for you.
With that you need to disable wordwrap (faq#88).
Emailed you latest build with tooltip uncommented.
Your Answer