ExtJS - EditorGridPanel中的ComboBox宽度

dma*_*man 8 grid combobox extjs

我已经使用ComboBox设置了EditorGridPanel,它运行良好.我唯一的问题是ComboBox的宽度似乎只扩展到网格列的宽度,而不是ComboBox本身的内容.

有没有解决的办法?

这是我的意思的一个例子:

EditorGridPanel中的ComboBox

谢谢!

Var*_*har 6

使用

listWidth:Number

配置选项

您可以计算最大内容元素的长度,然后在组合的"展开"事件中设置listWidth

干杯!