Using qx.ui.table.model.Remote I retrieve data from MySQL and display it
in a qx.ui.table.Table. How can I obtain the column index when the user
clicks in a column in the table header?
I want to sort the data according to the selected column to be able to
assemble the appropriate SQL statement.
I can capture the click event with
myTable.getPaneScroller(0).getHeader().addListener("click",function(e) {
alert("click"); },this);
but I don't know how the get the correct column index.
Any help or code snippet is greatly appreciated!
A. Weber
------------------------------------------------------------------------------
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