Capturing column order change in a TableView
-
I have an application with QML TableView and a corresponding data model . There appears to be a built in capability to reorder the columns with drag and drop. Does anyone know how to get notified when the columns are reordered? I can't seem to find any way to determine when this is happening either in the QML or in the model.
Thanks