I have an ExtJS 6.2.0.981 Modern application. I am trying to add a "textfield" into a grid cell but I get the following error:
column.getCell is not a function
Here is the fiddle
I checked the DOCS for the "widgetcell" component and it states: This class is used for Ext.grid.Grid cells that contain a child Ext.Component or Ext.Widget. This cell type is typically used by specifying Ext.grid.column.Widget column type.
But Ext.grid.column.Widget seems to have been removed.