I added an input select and mapped a collection to it and the data displays as desired. The table has nearly 1000 records. In such a case, should the approach be to limit data on WeWeb using input select’s advanced options or should I limit the data at the backend (I use Xano) level as well for better performance,
I use supabase so i’m not sure the name of the exact options, but you’d use debounce on your search input and do a call to your backend on change that filters something like the 10 closest results that match what your user inputs.