How to add a Ext.Action to a Ext.grid.ActionColumn as a handler?
How to add a Ext.Action to a Ext.grid.ActionColumn as a handler?
ActionColumn doesn't use "Actions" from what I understand. You might want to just set the ActionColumn's handler to the Action.handler property.
https://moduscreate.com/wp-content/t...es/favicon.png
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
Maybe it should though. It's a bit like a button or a menu item or whatever. I'll take a look at the code. Maybe there's a Feature Request here...
What happens if you use an Action as a config instead of a raw object? Looks like it should just use the text, iconCls and handler properties and work.
https://moduscreate.com/wp-content/t...es/favicon.png
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training