For administrator I have one display that uses Draggable Table style, and for normal user I have another display that uses HTML list. Could you please give me any hint on how to get hierarchies in HTML list style? How to get depth of the item for proper indentation? This could be even hack that are placed in my views theme file.

Thank you very much.

Comments

dixon_’s picture

Version: 6.x-3.4 » 6.x-3.x-dev
Component: User interface » Code
Category: support » feature
Status: Active » Closed (won't fix)

There is no clean way of doing this right now. But it's a really great idea! Somewhat out of the scope of this module, though. DraggableViews is built to feed data structures through different handlers. Not the other way around.