right now it is described as expanding parent nodes to show child nodes.

I have a directory of nodes grouped by taxonomy term id, It would be nice if the view started out as a list (or grid, table) of taxonomy termids that could be expanded to show the nodes in that term.

Comments

sevi’s picture

Draggableviews doesn't implement taxonomy and works only with the appropriate CCK-Fields. It's not possible to load changes dynamically.

Expand/Collapse simply means that already loaded nodes - returned by the view - can be hidden/shown via simple javascript (no ajax/ahah).

sevi’s picture

Status: Active » Closed (fixed)