Open arielj opened 9 years ago
INFO: set treeview headers as clickable http://www.pygtk.org/pygtk2reference/class-gtktreeview.html#method-gtktreeview--set-headers-clickable
then bind actions to each column to reorder, emit a signal, requery on the controller and update the treeview with the new order
Ability to reorder tables and respect the order on exports.
Maybe the best option is to order with the query and not with the treeview object.