Skip to content

Instantly share code, notes, and snippets.

@nisc
Created January 16, 2012 16:56
Ext JS 4 mapping to list items
{
name: 'photo',
mapping: 'photos',
convert: function(value, record) {
return value[0];
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment