Have you aware of creating the custom drag and drop rows functionality for the table ?
I have got one solution for this and will be helpful for some of you :)
Let us start.
1. Define one menu item to build the form.
$items['table_drag_drop'] = array(
'title' => 'Table Drag and Drop',
'description' => 'To build the drag and drop form',
'page callback' => 'drupal_get_form',
Recent comments