By vivefree on
Does anyone know of a drupal_add_tabledrag tutorial for drupal 7? I've looked everywhere and can't find anything.
I've read:
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...
http://programmingbulls.com/help-draggable-form-drupal-7
http://www.chrischen.me/content/simplest-working-module-drupaladdtabledrag
Please help!
Comments
Drupal 7 drupal_add_tabledrag API page
This is the API page for drupal_add_tabledrag for Drupal 7
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...
That is what I am looking at now to solve an issue with field_collection module (it doesn't save sorted entries...yet).