- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 08:07 AM
Hi everyone, Im trying to make a categorie expanded by default of the portal catalog, I have been trying to do this in the HTML/CSS but Im not being able to, can anyone help with this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 11:32 AM
Hi @F_bio Santos you can't do this without a bigger customization.
The widget doesn't load all the nested categories.
When you click on one category, a client script "$scope.categorySelected" loads all the children's categories.
Be careful with this because it will cause a performance issue if you have a lot of categories/subcategories.
If my answer helped you, please mark my answer as helpful.
Vanderlei Catione Junior | LinkedIn
Senior ServicePortal Developer / Technical Architect at The Cloud People
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 11:32 AM
Hi @F_bio Santos you can't do this without a bigger customization.
The widget doesn't load all the nested categories.
When you click on one category, a client script "$scope.categorySelected" loads all the children's categories.
Be careful with this because it will cause a performance issue if you have a lot of categories/subcategories.
If my answer helped you, please mark my answer as helpful.
Vanderlei Catione Junior | LinkedIn
Senior ServicePortal Developer / Technical Architect at The Cloud People