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