You just posted the blocks image on the name of logic. You must explain it. Otherwise koder will have to always copy your blocks to their project as you haven’t explained.
On TxtSearch: on text changed event Call a Loop with a limit of length to list then add if-else statement to check that if list element contains txtsearch.text then show it in list in any design
Yes, that’s it. This is the explanation of SearchBar Logic
I am using this method for search in my app from airtable database with listview and image . But after search result, when i click the listview, I am unable to delete the data in airtable which I am willing to delete. I am unable to solve this issue please help me. Thank you in advance.
After the search and upon clicking on the result, you should need to get the row number for the select d item… if you get it then easily can delete it. If show us your blocks after search result, we can suggest you
I am using long click to delete airtable data by using get position it works fine in normal situation but when i use search then problem arises as position changes on search.