Hey,

sorry for reopening this thread - is there any solution on this by now? 
I need to disable the following things in one table:

- column resizing
- column reordering

I already tried using an old solution from this list (
http://www.nabble.com/forum/ViewPost.jtp?post=10087207&framed=y here  but
there's nothing changed:

<code>
      var scrollers = table._getPaneScrollerArr();
      for (var scroller = 0; scroller < scrollers.length ; scroller++)
      {
        var paneScroller = scrollers[scroller];
        paneScroller._onMousedownHeader = function() { };
      }
</code>

Thanks & regards,
Daniel


Peter Schneider-2 wrote:
> 
>> Is it somehow possible to turn off user-resizing for single or all
>> columns of
>> a qx.ui.table?
>> 
>> Thx, Nicolai Lang
> 

-- 
View this message in context: 
http://www.nabble.com/Fixed-column-width-in-qx.ui.table--tp13874032p26041430.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to