View config 'forceFit' in extjs4?
In extjs3 Ext.grid.View had a config property forceFit
.
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.
精彩评论