Create a Search Bar

I want to create a search bar. I want users to enter in a name in 2 columns of a table, click a search button, and have the table filter out the results that don’t match. Can someone please help me. Thank you!

Hello,

Is your data displayed by via a dataset ?
You can set a dataset filter by using code.
See the documentation here

Yes it is displayed via a data set. Could you give me a skeleton code? I’m not much of a coder at all. Very little knowledge and skill.

Hi,
You can check out the examples in previous threads regarding filtering table content when using user inputs here and here .

Best,
Tal.