How to add drag and drop functionality to tiddlers in select widget

<$select tiddler='$:/HistoryList' field="current-tiddler" >
<$list filter='[list[$:/StoryList]]'>
<option><$view field='title'/></option>
</$list>
</$select>

I use the abovegiven select widget in my topbar to list the tiddlers in the storyriver.
Is it possible to add function to drag and reorder the tiddler within the select widget. It is essentially changing the order of the tiddler listed in the list field of $:/StoryList

My guess: Same reply as for your other selectwidget question.

But maybe you can use tids-to-table plugin that I’m probably recommending just because there’s been some discussion about it lately. It features DnD and you could use the storylist as the filter to generate the table which would appear in the “selectwidget” dropdown.