作成日: 2020/07/07 最終更新日: 2020/07/07
文書種別
使用方法
詳細
FlexGridにて、複数列ソート(allowSortingプロパティにMultiColumnを設定)でソートインデックスを表示しないようにするには、下記のスタイル(CSS)を適用します。
◆サンプルコード
----------------------------------------------------
.wj-flexgrid .wj-colheaders .wj-header .wj-sort-index {
display: none !important;
}
----------------------------------------------------
◆サンプルコード
----------------------------------------------------
.wj-flexgrid .wj-colheaders .wj-header .wj-sort-index {
display: none !important;
}
----------------------------------------------------
サンプル
旧文書番号
85785