Hello,
I need to show the drag and drop functionality in my custom module.
Can anyone tell me the best tutorials for implementing "drupal_add_tabledrag"
I have got the link
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...
But its not working for me.
Is their Any sample custom module where it is working.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | tabledrag.zip | 2.36 KB | nehajn |
Comments
Comment #1
johnvTry exploring the DraggableViews module.
Comment #2
rfayYou can look at the code of the many core modules that use this.
Comment #3
vm commented#1 provided a possible contrib module and rfay pointed out where sample code could be found.
Shifting to a support request.
No follow up from the OP, thus marking as fixed.
Comment #4
nehajn commentedHey , i got a sample module for that ...
see the attached zip ,It will help definitely