I have a table that uses the simple table model.  Is there an event that is
triggered when there is a change in the column that is sorted?  I am looking
for something like

                table.getTableModel().addListener("changeInSortColumn",
function(e) {
                    var newSortColumn = e.getTarget().getNewColumn();
                });

How can I tell when the user clicks on a table header and changes the column
that is currently sorted?

thanks,

tom
-- 
View this message in context: 
http://www.nabble.com/Table-Sort-Order-tp22737291p22737291.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to