#3 List Details using Automatic View-Switching
List Details using Automatic View-Switching
The previous examples showed you how to do things "manually". In this example, the 2sxc-view configuration says that the main view should come when id
is in the url, and that the details view should come, when id
(for details) is in the url. This automatic view switching makes life easier and code shorter:).
⬇️ Result | Source ➡️
List of main view
#3 List Details using Automatic View-Switching