What do you mean by 'make it functional'? It should already be working.
Yes, it appears but it doesn't work. For exemple, I have a list of countries and when the letter B is push it I want to go to the section of countries beginning with letter B, but i don't know the code. Can you give me the code and a exemple how i have to do it, please?
Each letter you display needs to correspond to a section in the table. So if you have 26 letters, then you should have 26 sections. If you just have 1 long section, the index isn't going to do much good for you. You will need to rearrange your data into sections.
Each letter you display needs to correspond to a section in the table. So if you have 26 letters, then you should have 26 sections. If you just have 1 long section, the index isn't going to do much good for you. You will need to rearrange your data into sections.
So, I would like to group the country list into alphabetic section like the image. How I have to do it?