You found a bug! We've classified it as
EXTJS-19796
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Sencha User
Ext JS 5+ column renderer is not called if a formatter is specified as well
Simple as it is in the title:
Ext JS 5+ column renderer is not called if a formatter is specified as well.
The docs doesn't say anything about it, and it's not trivial. My expectation is that both gets called.
Thanks.
-
Sencha - Support Team
Hi--
Can you provide a test case demonstrating the issue? If you can post your code here or (even better) create a Fiddle, I'll be happy to test this along with you.
Thanks! Bryan
-
Sencha User
Here you are:
https://fiddle.sencha.com/#fiddle/10j8
Set fixIt to true in the first line to apply my possible fix for the issue.
-
Sencha - Support Team
Thanks for the info, I've opened a bug in our tracking system.
Regards,
Bryan
-
Sencha User

Originally Posted by
bjdurham85
Thanks for the info, I've opened a bug in our tracking system.
Regards,
Bryan
Has this been fixed? Doesn't seem so to me - the if clause still impacts the renderer. We need renderer and fortmatter simultaenously. Is there another way to handle this?