Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ext.grid.plugin.HeaderResize 中有一个值设置为 1000。
它可以防止将色谱柱拉得更大。
我怎样才能解决这个问题?
我在 app.js (Ext.application) 中放置了以下代码
Ext.require('Ext.grid.plugin.HeaderResizer', function() { Ext.grid.plugin.HeaderResizer.prototype.maxColWidth = 2000; });
这对我有用。