作成日: 2017/04/07 最終更新日: 2017/04/07
文書種別
使用方法
詳細
セルの幅を超える長い文字列を設定した際に、自動改行せずにセルの幅に収まる文字のみを表示するには、下記のようなCSSを実装してください。
◎サンプルコード
◎サンプルコード
<style type="text/css">
.wijmo-wijgrid-innercell {
white-space: nowrap !important;
}
</style>
.wijmo-wijgrid-innercell {
white-space: nowrap !important;
}
</style>
旧文書番号
82113