By nextpulse on
The Taxonomy has a nice drag/sort UI. Is there anyway I can take advantage of it for my own use?
I noticed there is a similar module out there:
http://drupal.org/project/draggableviews
But if the code is already in the core - it doesn't make sense to add more?
thanks.
Comments
There is support for
There is support for draggable tables in Core - you can use it by calling drupal_add_tabledrag.
Draggable Views (which is about Views integration), uses this support.
Great - thanks.
Great - thanks.