Hi,

Just a feature request, not a biggie, but maybe you'd like to think about implementing the draggable table metaphor in the list view for reordering rows where a weight field exists (possibly needs to be configurable if there are multiple weight fields).

This would probably require a bit of a refactor to turn the table into a form though, even when it has no weight fields present.

Just a thought.

Comments

_rune’s picture

Hi

That would be a great feature indeed, thank you for the suggestion! It could be done by using the "drupal_add_tabledrag()" [1] function and adding a "dragable_by => 'weight', " setting in the configuration array.

It's not something I need A.T.M. so it's not something that I will build in any near future though.

Cheers!
Rune

[1] http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...

_rune’s picture

Status: Active » Closed (won't fix)