Wijmo UI for the Web
getFilterOperatorsByDataType メソッド
フィルタ演算子を適用するデータの型を指定します。有効な値は、"string"、"number"、"datetime"、"currency"、"boolean" です。
指定したデータ型に適用できるフィルタ演算子の 1 次元配列を返します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var dataType; //タイプ: string
    
    returnsValue = $(".selector").wijgrid("getFilterOperatorsByDataType", dataType);
});
Javascript (Specification) 
function getFilterOperatorsByDataType( 
   dataType : string
) : any;

パラメータ

dataType
フィルタ演算子を適用するデータの型を指定します。有効な値は、"string"、"number"、"datetime"、"currency"、"boolean" です。

戻り値の型

フィルタ演算子の 1 次元配列。
使用例
var operators = $("#element").wijgrid("getFilterOperatorsByDataType", "string");

関連トピック

参照

wijgrid タイプ
wijgrid jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.