Hey, It depends on whats more important to you. You got these three choices currently:
qx.ui.tree.Tree: not virtual, can be used with data binding, stable qx.ui. treevirtual.TreeVirtual: virtual, no data binding, acts like the table, stable qx.ui.tree.VirtualTree: virtual, data binding, highly experimental So you got to pick. :) Martin Am 08.03.2011 um 09:01 schrieb sub: > Hi all, > > I'm looking at making use of the tree widget to display some data. > Given the current flux of development with virtual widgets (don't get me > wrong - that's a great thing!) there seems to be a number of different tree > widgets on offer. > > I want to make use of databinding controllers (works great everywhere else) > and I also do not need to display lots of data so virtual is not so > important right now. > > Question is what should I stick to ? > > I was planning to use qx.ui.tree.Tree with qx.data.controller.Tree like this > example > http://demo.qooxdoo.org/devel/demobrowser/#data~Tree_Columns.html > > But I also want it to display like a table grid like the following example > http://demo.qooxdoo.org/devel/demobrowser/#treevirtual~TreeVirtual_Multiple_Columns.html > > How can I get the table look with qx.ui.tree.Tree ? > > Thanks > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Trees-Trees-more-Trees-tp6113016p6113016.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
