サイトアイコン INFRAGISTICS ナレッジ ベース

igxGrid 列ヘッダーのテキストを改行表示する

列ヘッダーのテキストは以下のcss設定にて改行表示となります。

  .igx-grid__th-title {
    white-space: normal;
    word-break: break-word;
    line-height:2;
  }
  .igx-grid__th {
    align-items: center;
  }

 

結果

サンプル:

https://stackblitz.com/edit/github-5wbcu6-5pqj9k?file=src/app/grid/grid-resizing-sample/grid-resizing-sample.component.html

 

モバイルバージョンを終了