I've found on this list "a quick nasty hack" by Derell which helped me to
solve my problem.
My solution to disable column reordering in my table:

            var scroller = table.getPaneScroller(0);
            scroller._startMoveHeader = function() { };

But I still don't understand why the method mentioned above does't work.

-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Turn-off-the-possibility-to-reorder-columns-within-a-table-tp3999071p5312958.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to