What widget do i need to use to add a filter to the portal?

JiaJunS
Tera Contributor

As you can see, I create a list in the portal page. However, I want to engage and search data more easily. So, What widget do i need to use to add a filter to the portal?

1 ACCEPTED SOLUTION

yashkamde
Mega Sage

Hello @JiaJunS ,

 

There is one widget which is globally present ootb so you just need it to call in your custom widget :

First call that in your server >

Screenshot 2026-03-16 170056.png

 

Then after fetching and passing the required parameters in server script call it in a HTML Template of widget editor >

Screenshot 2026-03-16 170028.png

 

You will now get the pre built ootb widget in you custom widget >

Screenshot 2026-03-16 170007.png

 

If my response helped mark as helpful and accept the solution.

View solution in original post

11 REPLIES 11

This is esc portal not sp portal, filter widget can't change the url, what should i do?

Morsec
Kilo Contributor

To add filtering capabilities to a list on your portal page, you should use the Filter Breadcrumbs widget or the Facets widget if you are using AI Search. These widgets allow users to dynamically refine data results based on specific field criteria, making navigation much more efficient.