Unable to create a search bar using table.SetFilters()

Hello, I am attempting to create a search bar for my table by using an Event handler by running the following script:

table1.setFilters([{columnName: "Employee", filterValue: search_bar.value, operator: "contains" }], "and")

However, when I try searching for something in the search bar, the table simply blanks out. Is there something I am missing in the script?

Thanks

Hey @rayyan!

Sorry about the late reply here, is this still an issue you're running into?

Nothing looks wrong to me there - it could be helpful to get more context on your table's configuration if it's still something you're dealing with. Sometimes the columnName can differ from the column title, for instance. Would you mind posting screenshots?