I have this list, for example :
- a = b =c
- d = e =f
- g = h =i = j
Now what i ask is: How can u make a searchbar above this list so when u type ‘b’ in that searchbar for example, u get a list above the big, original list and below the searchbar that says ‘= a = c’.
Its in order to put on a html-based site.
Anyone knows the codes to make this?