Thanks, but that isn't what I asked.
START DRAG ENTIRE ROW CLICK
I want the drag to be triggered by clicking and dragging on the whole row, similar or like the jsTree examples I linked to. Drag handles are very old fashioned and therefore today are not intuitive. My solution I found, after I posted the question, for clicking the whole row to drag I added:
treeModel>render: function(ui){ return { cls : "pq-drag-handle", style:"transform:none; transform-origin:0; opacity:1;" } }
I set numberCell.show=false and didn't set diDrag.
DROP INDICATOR
The drop is very confusing with the divider line, something I have never seen before so it is far from intuitive or standard. The examples in jsTree just show a small arrow marker either within, after or before the node which changes the closer to the top or bottom the cursor gets, which is intuitive and a common standard. Will you be implementing this or something similar?