synchronize two QabstractItemModel on Single Common Column
-
I have two tableView One is parent and another one is child with different models and both the model have equal number of rows.
Now I want to synchronize both tableView (or its model) so that if we sort the parent tableview with the help of horizontal header the same rows index should be visible to child tableview too.