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; });
これは私にとってはうまくいきました。