Is drag event possible in nattable ? as that of in MSs Excel.
Is there any example for drag ?
Can we get selected cell positions selected through drag?
Please reply .
NatTable supports drag & drop by using DragSourceListener and DropTargetListener. You can add them via NatTable.addDragSupport() and NatTable.addDropSupport()
NatTable supports drag selection. Most of the examples demonstrate this, e.g. DefaultNatTable. The selection returns everything that is selected, including whatever is selected via drag.