Closed (won't fix)
Project:
Auto Admin
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 23:46 UTC
Updated:
18 Apr 2011 at 18:44 UTC
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
Comment #1
_rune commentedHi
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...
Comment #2
_rune commented