Block "Set filter text to" in the list view

Hello, Is it possible to add a block to search for certain words in a Textbox in Listview?
If not, could they add a way to customize the FilterBar just as it is already possible with Listview items?

I intend to do something like this:

you can do this type of function by yourself, its not that difficult. add all your list view data in a global variable and then search your keyword in that variable and then display those which matches with your query.

2 Likes

This seems kind of complicated, but I’ll try, thanks :slight_smile:.

Is this related to your request?

2 Likes

Hello @Fabio , unfortunately not, this method was used for a listview image and text, I do not know how to do the same for a normal list view, and @techcvr, I could not reproduce in blocks its explanation :confused:.

1 Like