TableView drag and drop rows
Unsolved
QML and Qt Quick
-
Hey all,
I've been trying to figure out a way to reposition rows in a Qt Quick TableView by using drag and drop. I've been following the examples here for drag and drop with a ListView, but it's not quite what I'm looking for. I've been able to drag individual column items and a row background, but I haven't figured out a way to drag the entire contents of a row (background plus all column items) for re-ordering. Does anyone have any suggestions?