Hi Thron

I've problem when implementing your solution.
I make somewhere a mistake but can't find out where.
Could you help me, please?

I've tried to make a new class MyScroller which is extends the
qx.ui.table.pane.Scroller.
It has nothing inside, just the extend key - for testing purpose.
Before I initiate my table I've done:
            var custom = 
            {
                tablePaneScroller : function(obj)
                {
                    return new path.to.MyScroller(obj);
                }
            };
           var table = new qx.ui.table.Table(tableModel, custom);
The tableModel's been defined before.
Without passing custom to qx.ui.table.Table's constructor everything is
working fine.
But passing the custom I'm getting error in firebug.

I should be blind...
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Turn-off-the-possibility-to-reorder-columns-within-a-table-tp3999071p5312879.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