Currently, I have a page, named work, where I would like to display all projects created. Each product have different tags associated with.
At the top of the page, I would like to have the tag names, as buttons, where user can click on a particular tag, and filter all projects INSTANTLY that corresponds to that tag.
For example, when the page loads, all projets will be displayed. When I click on "TAG1", projects will be filtered on the fly and display only only those products hacing TAG1, also with some fading effects, etc.
Do you know with any package that can do this, please?
To my knowledge there is no package that can do this for you out of the box.
However I think that the way to approach it would be to render all the products initially and then use a javascript library like isotope to create the desired effect.
Filtering in UI
Hi,
I am a new umbraco user.
Currently, I have a page, named work, where I would like to display all projects created. Each product have different tags associated with.
At the top of the page, I would like to have the tag names, as buttons, where user can click on a particular tag, and filter all projects INSTANTLY that corresponds to that tag.
For example, when the page loads, all projets will be displayed. When I click on "TAG1", projects will be filtered on the fly and display only only those products hacing TAG1, also with some fading effects, etc.
Do you know with any package that can do this, please?
Appreaciate any help!
Thanks
Simon
Hi Simon
To my knowledge there is no package that can do this for you out of the box.
However I think that the way to approach it would be to render all the products initially and then use a javascript library like isotope to create the desired effect.
Does this make sense to you?
/Jan
Thanks Jan.
I will check it out.
is working on a reply...