Wijmo UI for the Web
groupAreaCaption オプション

グループ領域に表示するテキストを設定します。

デフォルト値: 'Drag a column here to group by that column.'

型: String

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijgrid("option", "groupAreaCaption");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijgrid("option", "groupAreaCaption", newValue);
        
});
Javascript (Specification) 
var groupAreaCaption : string;
使用例
// Set the groupAreaCaption to a string and the text appears above the grid
$("#element").wijgrid({ groupAreaCaption: "Drag the Region column here to group by region." });

関連トピック

参照

options タイプ
allowColMoving オプション
showGroupArea オプション
wijgrid jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.