simple question (i think), but can you get lines of text to wrap in jqgrid? i have had a look round but i can't find anything.
Cheers Luke
|
simple question (i think), but can you get lines of text to wrap in jqgrid? i have had a look round but i can't find anything. Cheers Luke
| ||||
|
feedback
|
|
Try the following CSS:
This works for me using jqGrid 3.6. As N30 pointed out, jqGrid 4.0 supports a
| ||||
|
feedback
|
|
with jQGrid 4.0 better way to do is use cellattr in colmodel like following
this way you can apply wrapping style to individual column and does not have to use !important | ||||
|
feedback
|
|
I had this issue for the headers and found I needed all this to get it to also fix it in IE. Note this is for the headers, not cells. The problem with this is it probably effects more than you might want(as I'm sure I'll discover later) but you can always refine the css selectors and/or make them reference the specific #tableIdName or some class so that you can opt-in as you please.
| |||
|
feedback
|