Hi Burak, if you want to tackle the difficult task of writing a new table model that works with databinding, I'd be thrilled. In the "VirtualData" contrib, I have modified TreeVirtual's SimpleDataModel to allow databinding:
https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/VirtualData/trunk/source/class/virtualdata/model/SimpleTreeDataModel.js which was easy, since all I had to do was to replace the internal node array with a qx.data.Array. I was then thinking how the same could be achieved with the Table widget, but got stuck because the internal data model of the table is much more complicated. But it should be feasable and then be available much earlier than the virtual widget infrastructure.... Christian -- View this message in context: http://qooxdoo.678.n2.nabble.com/separating-the-cache-from-the-table-tp5005905p5008636.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
