Nested lists (list within a list)

In some app cases, you'll want to navigate inside lists that are nested with each other. For instance, an app screen displaying a list of countries, another screen displaying cities inside a specific country, and finally a detail page showing information about a city.

Nested lists (list > list > detail page) with Airtablechevron-rightNested lists (list > list > detail page) with Xanochevron-right

Last updated

Was this helpful?