简体   繁体   中英

How to show combobox in ExtJS grid panel using extjs 6.0.1

How to show combobox in Extjs grid panel using extjs 6.0.1

I saw widget column example but it is rendering combobox only when user clicks on a cell. How to show combobox by default?

Can someone provide a sample in fiddle?

Use the widgetcolumn :

A widget column is configured with a widget config object which specifies an xtype to indicate which type of Widget or Component belongs in the cells of this column.

Example: https://fiddle.sencha.com/#fiddle/16bt

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM