I am trying to format phone numbers in grid column from 1234567890 to 123-456-7890. I tried something of this sort to do...
renderer: Ext.util.Format.dateRenderer('Y-m-d')
but obviously this only works for date. Is there a way to render phone numbers?