I think that you should think on a different data structure and use collections:
Main collection:
<div data-ex-role="exhibit-collection" data-ex-item-types="professor"></div>
Data:
{"items" : [
{
"fac" : "Physics",
"area" : "Condensed Matter Experiment",
"relationship" : [
"Faculty",
"All Faculty"
],
"title" : "Professor",
"name" : "First Last",
"gender" : "M",
"asst" : "assitant label or id",
"type": "professor"
},
{
"fac" : "Physics",
"area" : "Condensed Matter Experiment",
"relationship" : [
"Faculty",
"All Faculty"
],
"title" : "Professor",
"name" : "First Last",
"gender" : "M",
"asst" : "assitant label or id",
"type": "professor"
},
{
"fac" : "Physics",
"area" : "Condensed Matter Experiment",
"relationship" : [
"Faculty",
"All Faculty"
],
"title" : "Professor",
"type": "professor",
"name" : "First Last",
"gender" : "M",
"asst" : "assitant label or id"
},
{ "label" : "First Last",
"type": "assistant"
}
]
}
Remember that all the items must have a unique label or id
-- luismiguel (@lmorillas)
> To unsubscribe from this group and stop receiving emails from it, send an email to
simile-widget...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/simile-widgets/d469e6ac-fc7e-4422-bafb-33a3c4b716d3%40googlegroups.com.