wijmo.grid.wijgrid 名前空間 > options タイプ : filtered イベント |
Javascript (Usage) | |
---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijgrid({ filtered : function (e, args) { } }); }); |
// $("#element").wijgrid({ filtered: function (e, args) { alert("The filtered data contains: " + $(this).wijgrid("dataView").count() + " rows"); }});