I am getting the following error message if I use RowWidget in my Grid. I tried adding requires: ['Ext.grid.*','Ext.grid.plugin.*'] in the view, but it did not work. However, RowExpender is working...
Type: Posts; User: $encha
I am getting the following error message if I use RowWidget in my Grid. I tried adding requires: ['Ext.grid.*','Ext.grid.plugin.*'] in the view, but it did not work. However, RowExpender is working...
How can I add check-tree to my view using Sencha Architect 4.1 (ExtJS 6.2.x).
Example:
http://examples.sencha.com/extjs/6.2.0/examples/kitchensink/#check-tree
I dont find any component from the...