This post is an extension of the first post on a contacts lists with headers to break up the sections. You can read that here! I wanted to extend that example to show how we could add an alphabetical index on the side of the list. This was something that plagued me for a while.… Continue reading Alphabetical Index with Ionic Virtual Scroll
Tag: contacts
Ionic Virtual Scroll with Headers
We all have apps where we need to display a long list of contacts or users of some sorts. It could be a list of friends, co-workers, phone contacts, or plenty of other use cases. Nevertheless, ion-virtual-scroll comes in handy to create these lists because it comes with built-in performance benefits. As Ionic says in… Continue reading Ionic Virtual Scroll with Headers