| wijmo.grid.wijgrid 名前空間 > options タイプ : columnGrouped イベント |
| Javascript (Usage) | |
|---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijgrid({ columnGrouped : function (e, args) { } }); }); | |
| Javascript (Specification) | |
|---|---|
columnGrouped = function ( e : Object, args : IColumnGroupedEventArgs ) { }; | |
// columnGroupedイベントを処理するためのコールバック関数を提供します。$("#element").wijgrid({ columnGrouped: function (e, args) { alert("The '" + args.drag.headerText "' column has been grouped"); }});