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