Thank you for reporting this bug. We will make it our priority to review this report.
-
Renderer config is missing from Ext.grid.column.Number
I want to implement the renderer for a Number column however I noticed that the renderer config is missing (see the included screenshot). It is present for the other column types though.
Thanks
number_column_renderer.PNG
-
Ext Support Team
You can use editRenderer to implement the renderer as you wish. Click the (+) button beside the editRenderer and you will be taken to the function where you can implement your logic.