I am trying create dropdown menu's in Wappler that do 2 things. One populates with a list from a table in my database and the final thing is filter the dropdown results. Does anyone know a good guide or have an idea of how to do this? Below is a link to a version of the kind of dropdown filtering I am trying to do. My project is a NodeJS app
I have something done, but need to adjust a few things..
What do you want to do with the results? Should them be links too? Checkbox? Radio buttons?
How many results are you filtering, could be a huge load to the server if you have too many records, that's the main problem I've found
1 Like
Will this give you a helping hand?
The video was created 4 years ago; things may have changed in the meantime.
1 Like
Thank you all very much for the sugesstions and help. I looked at the video Ben and this will for sure come in handly. I ended up using the Autocomplete feature instead of a dropdown for what I was trying to do and it worked great but I am sure I can use this drop down stuff on another project.
1 Like