The app example is using the deprecated version of the table component. If you switch to the new table, you can add the search component as a search term and search across the table data:

However, in many cases, you'd likely want to modify your query based on the search results:
- Set your table query to be manually triggered. You could also set it to run on page load (under Advanced)
- Set your table query to trigger on "Apply Filters" click
- Write some code to filter your data or edit your table query to include an optional filter. This will be custom to your specific data. Feel free to post screenshots if you have a specific example
