How to link a filter condition in one page to a table in another page in UI builder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 02:23 AM
Hi. How to link filter conditions in one page to a table in another page in UI builder.
Here I have created these filters as shown in the below. In the other page I have taken a list simple (incident as a table). Here comes my task. If I select some filters in the below page, those filter conditions has to applied on that list simple in another page. Please help me with this.
- Labels:
-
UI Builder : Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 01:46 PM
Unfortunately, this isn't going to be very straightforward, but I think you should be able to do something like this:
- Create a couple of client state parameters to hold your filter values.
- On each filter, use the filter applied event to copy the payload value to the client state parameter for that filter.
- However you're navigating from one page to the other you'll need to pass the values of the client state parameters via the url as optional params.
- On your target page with the list, you'll need to create optional params for each of the filter values you want to pass.
- On your target list page, bind those param values to the appropriate value in the filter conditions of the list component.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 08:48 AM
Hi Vivekavardhan,
Can you please tell if you got possible solution for your above query or it is not feasible as I have got a similar kind of ask?
Thanks,
Shreyash