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.ColumnModel? また、コンテンツの長さの自動サイズ変更列のプロパティはありますか?
Ext.grid.ColumnModel
グリッド内のすべての列を設定minColumnWidthできます (これはグリッド構成オプションです)。
minColumnWidth
autoExpandColumnサイズを調整する1つの列を設定するために使用できます。その列には、最大/最小幅を設定autoExpandMinして制限することもできます。autoExpandMax
autoExpandColumn
autoExpandMin
autoExpandMax