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设置一列来调整其大小。对于该列,您还可以设置autoExpandMin并autoExpandMax限制它的最大/最小宽度。
autoExpandColumn
autoExpandMin
autoExpandMax