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:
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.
This seems kind of complicated, but I’ll try, thanks .
Is this related to your request?
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 .