Quick question on good practice while using an input select in WeWeb

Hello,

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,

Also, Joyce’s video on the subject was very helpful. Thanks @Joyce

It would be good to limit it on the backend as well. :smile:

2 Likes

Really ??? :thinking:

On what action do I typically fetch the next page/resultset?

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.

1 Like