I have a tableselect and I have been looking all over the internet for a tutorial on how to make a tableselect have sorting/drag-and-drop functionality. I have found tutorials for making normal lists have click and drag, but not a single mention of tableselect.
I would like to know if making a tableselect draggable is possible. I’m not asking for a tutorial. At this time I just want to know if it is possible.
This the form element I am using.
$form['mod_setttings']['settings'] = array( '#type' => 'tableselect', '#header' => $header, '#options' => $options, '#empty' => t('No settings available') );
This tableselect is inside a vertical_tabs element.