arielj / danceinstitute

App to manage rooms, classes, teachers, clients and memberships for a dance institute
GNU General Public License v2.0
0 stars 0 forks source link

Reorderable tables #5

Open arielj opened 9 years ago

arielj commented 9 years ago

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.

arielj commented 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