DataResultViewerTable has Drag and Drop Disabled

The default OutlineView rendered in the Listing tab of Autopsy, has Drag and Drop disabled in the class DataResultViewerTable ( outline.setDragEnabled(false);).

I am developing a plugin, and I’d like to drag and drop items from there. Can I ask:

  • is there a reason for which DnD was explicitily disabled?
  • is there a way for me to re-set the drag and drop to enabled somehow using a plugin?

Thanks,
Daniele