开发者

Where handler to resize column event in TreeGrid (extjs)?

开发者 https://www.devze.com 2023-02-11 12:01 出处:网络
Where handler to resize co开发者_如何学Pythonlumn event in TreeGrid (extjs)? Can you explain your question a bit more?

Where handler to resize co开发者_如何学Pythonlumn event in TreeGrid (extjs)?


Can you explain your question a bit more? I'm guessing your looking for something like this:

var tg = new Ext.ux.TreeGrid({
          //set config properties....
});

tg.on('columnresize', function(colIndex, newSize){
     //doSomething.....
}, this);


As of EXTJS 4, the columnresize event has different callbacks FYI:

http://docs.sencha.com/ext-js/4-0/#!/api/Ext.grid.Panel-event-columnresize

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号