Table default search value

Hey, I created a table using the plasmic interface and it has a default search input which can be used to filter the data displayd on the table.

The question is, how can i implement the search input from the interface and filter the table data based on the inserted value, is that even possible through the interface, do I have to create the component through JS code ?