开发者

View config 'forceFit' in extjs4?

开发者 https://www.devze.com 2023-03-06 16:44 出处:网络
In extjs3 Ext.grid.View had a config property forceFit. What 开发者_开发问答is the equivalant to this in extjs4?forceFit itself! The property has been moved from View class to the Panel. Refer the Ext

In extjs3 Ext.grid.View had a config property forceFit.

What 开发者_开发问答is the equivalant to this in extjs4?


forceFit itself! The property has been moved from View class to the Panel. Refer the Ext.grid.Panel documentation.

Rather than using viewConfig, you can now directly put it in config of your grid.

0

精彩评论

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