문제

I want to implement a searchable list in my Road Safety app for the fines section. Fines will be distinguished based on whether they are parking violations, traffic violations and so on. I found this App Inventor 1 style block for implementing a list filter but it does not work very well. I'd like some help on which blocks to use and how its done.

도움이 되었습니까?

해결책

You could use the built-in Listpicker.FilterBar

ShowFilterBar
Returns current state of ShowFilterBar indicating if Search Filter Bar will be displayed on ListPicker or not

enter image description here

enter image description here

alternatively you can use some HTML/jQuery, see this example enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top