Hi all,
I would likt to filter my data using data-ex-item-types.
My code is:
<div data-ex-item-types="myobj1" data-ex-role="exhibit-collection" id="myobj1-collection"></div>
<div data-ex-item-types="myobj2" data-ex-role="exhibit-collection" id="myobj2-collection"></div>
<div data-ex-role="exhibit-controlPanel"></div>
<div id="test">
<div id="name" data-ex-role="facet" data-ex-expression=".color" data-ex-collection-id="myobj1-collection"></div>
</div>
But I have all the items and not only of myobj1 collection. Is it normal?
I'm using http://api.simile-widgets.org/exhibit/current/exhibit-api.js
Thank you
Hi all,
I would likt to filter my data using data-ex-item-types.
My code is:
But I have all the items and not only of myobj1 collection. Is it normal?
I'm using http://api.simile-widgets.org/exhibit/current/exhibit-api.js
Thank you