Help me solve this problem: How to filter text in a gridview through a filter in a textfield?
I have a textField component named Search, and I have a gridview displaying items in a container. Within this container, I have titles in each of them, for example Title A, Title B, Title C.
How to filter the text entered in the TextField to search for the title displayed in the gridview container? My gridview is performing a backend query on the Supabase Books table.