(Jump to the traditional demo page)
This is a simple Book (Book module, in-core) created for demonstration issues. Below you can see the three child pages listed. You cannot see more hierarchy levels on this page.
Assumed we have the given order:
- 3. child page
- 2. child page
- 1. child page
Imagine you want to achieve the following order:
- 1. child page
- 2. child page
- 3. child page
You would have to change at least 2 nodes, what means: at least 6 page loads, at least 6 clicks.
With DraggableViews you only need 2 page loads (2 clicks).