It would be nice if we were able to user filters

it would be nice if we were able to user filters :

Any idea how to do

I’ve found it easiest to stream only the required columns and rows in a collection.

  • So if you have a “tickets” collection for user tickets, filter on the ticket.userId at the collection level.

Then, when you’re displaying the data (like a repeating item), apply a JavaScript filter right on the repeating element.

  • Keeping the example going, filter with JavaScript on the repeating item for ticket.Status = “open” or something. You can do complex filtering with JavaScript right here instead of the collection level. Works better with RealTime too.

WeWeb lets you use AI to create the JavaScript filter too. Switch the Filter from Formula to JavaScript and click “Generate.” Tell the AI what you want. Feed it the collection. It’s accurate basically every single time if you’re super specific.

You can use them. What’s the issue?

I am stuck with the UX because I can’t select my field to apply the filter on.
The solution was to reduice the size of my screen to be able to see the dropdown