cnak2
cnak2

Reputation: 1841

Ionic display contacts similar to local device contact list

I have an Ionic app that I'm developing, where I need to have a customized contacts list.

I want to display it similar to the local device contact display where a user can scroll to a alphabetized group by clicking on a letter on a vertical list to the right of all entries.

Anyone seen any good examples of this?

Again, using Ionic / Cordova

Upvotes: 3

Views: 1140

Answers (1)

Hardik Vaghani
Hardik Vaghani

Reputation: 2173

You can follow these link. It has ion-alpha-scroll that you are looking for.

ion-alpha-scroll

Regards.

Upvotes: 2

Related Questions