Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Last active January 3, 2016 21:32
Show Gist options
  • Save arjancornelissen/c448472c28121525117c to your computer and use it in GitHub Desktop.
Save arjancornelissen/c448472c28121525117c to your computer and use it in GitHub Desktop.
Blog CSR Group
Arjan.Demo.Templates.Group = function (context, group, groupId, listItem, listSchema, level, expand) {
html = '<div level="' + groupId + level + '" group="' + group + '" groupvalue="' + listItem[group] + '" class="faqlevel">' + listItem[group] + ' : </div>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment