Pablo
04/24/2025, 9:37 AMAlex Vanyo
04/24/2025, 3:31 PMNavigableListDetailPaneScaffold
is part of the layered adaptive-navigation
artifact, which indeed adds some basic navigation functionality with the navigator
APIs.
The plain ListDetailPaneScaffold
is part of a different layered adaptive-layout
artifact, which expects something else to handle keeping the navigation-like state of the list and detail setup.
The main idea is that if you want an out-of-the-box navigator that is compatible with the list-detail setup, import the adaptive-navigation
artifact, and then use the navigator APIs.
If you want to control the navigation yourself, then you can avoid importing adaptive-navigation
at all, and then manually specify to the ListDetailPaneScaffold
the state for what to showAlex Vanyo
04/24/2025, 3:38 PM