Hi,

you could try this:

myTable.getPaneScroller(0).addListener("beforeSort", function(e) {
  var eventData = e.getData();
  alert(eventData.column + ": " + eventData.ascending);
},this);

Cheers,

  Norbert




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/header-column-index-for-remote-table-tp7583388p7583391.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to