1. Draggableviews not adhering to "Items to display" limit
    • If you use hierarchies this is the intended behavior. DraggableViews will never "cut off" child nodes of a visible parent node. As you can imagine it would result in a broken structure when you reorder such a "cut off" view.
      In other words: DraggableViews only cuts if the following node is at the root level. (see #816498: Draggableviews not adhering to "Items to display" limit)
    • When you use paging you can use extension rows that make it possible to drag a node from one page to another. The displayed rows of the previous/next page are set to 3 by default. You can set them to 0 if you want to.

Comments

maddaraji’s picture

For a draggable view using paging and looking to drag and drop from one page to another; what setting needs to be changed in drupal 7?

Apparently there are "additional settings" for the module somewhere, but maybe those are gone in version 7?