LoginSignup
1
1

More than 5 years have passed since last update.

jqGridでセル内改行させる

Posted at
.ui-jqgrid tr.jqgrow td {
  white-space: normal;
  word-break: break-all;
}

デフォルトは .ui-jqgrid tr.jqgrow tdwhite-space: pre; と指定されているので、これを上書きするスタイルを定義すれば、セル内改行されるようになる。

before

before.JPG

after

after.JPG

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1