Hi, 

I need to swap table columns as well. i don't really understand what you
guys talk about here, i made the 

        tableView = (TableView)  namespace.get("tableView");
        TableViewHeader tvh = (TableViewHeader)
namespace.get("tableViewHeader");
        tvh.setDropTarget(new DropTarget() {...});
        tvh.setDragSource(new DragSource() {...});
        tableView.setDropTarget(new DropTarget() {...});
        tableView.setDragSource(new DragSource() {...});
and I put some break point within the dragEnter and drop method, but program
doesn't stop at anywhere.

Do I need do something more? 

I'm playing with the demo table.

--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Replace-column-in-table-view-tp3375080p3496967.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to