I am using the standard grid list element with its variables. Currently the 2 variables “GridList” & “GridlistContent” are hardcoded with sample data.
What I cannot figure out is how to bind my supabase collection to these variables. I know how to bind data on the columns, but then I lose the search display function, as it is calling the variables.
Ok thank you I will do that, but then what would be the best approach to retaining the search functionality of the input and what the grid displays. Would I use 2 gridlists, one with all the records and one matching the search input value?