Skip to content

Instantly share code, notes, and snippets.

@beebole
Last active August 29, 2015 14:07
{
'span':function( a ){
return a.pos + '. ' + a.item.name; //concatenate the row number, a dot and the property who
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment