Skip to content

Instantly share code, notes, and snippets.

@nisc
Created January 16, 2012 16:56
Show Gist options
  • Save nisc/1621775 to your computer and use it in GitHub Desktop.
Save nisc/1621775 to your computer and use it in GitHub Desktop.
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