Filter code in Event Handler not getting executed

Hi,
I am trying to create a filter in a table (here: trialtable) where only those rows show up whose user is getting selected in the select component (here: selectUserforRating). The last column by the name UserID is a custom column and is linked to the User Name.

Images Attached



@Shubh

Hey there :wave: Here is a working example of this setup:

A close up of the event handler:

2 Likes

Hi, sorry for the late update. This issue got solved.
I added a where condition in the resource query, it got solved. (SS attached)

image

For those that want to do via an event handler as opposed to the query, here is a working example

[ {columnName:"action", filterValue:"retire", operator:"notEquals"},
{columnName:"record_supersede_date", filterValue:"", operator:"isEmpty"}]

image