Experimental project
This is a sandbox project, which contains experimental code for developer use only.
This module provides an API to simplify the usage of Drupal's built-in Tabledrag functionality, like that used in the "Manage Fields" administration panel in Drupal.
To use, create your header, body and "new row" elements, and pass them to tabledrag_add_tabledrag();
tabledrag_add_tabledrag(&$formitem, $header = array(), $body = array(), $new = array())
Be sure to include a weight column in your table, and this module will turn your form tree into a draggable, sortable table.
Project information
- Project categories: Developer tools
- Created by jediger on , updated