Hello Alicia, welcome to qooxdoo :-)
And yes, you found a bug in the "Filtered Table Model" which is actually quite old (see the discussion in [1] and the bug report in [2]) but still not fixed. You can, however, work around this bug by using tableModel.setData instead of tableModel.addRows. You also have to reapply all active filters after having added additional rows to the model. I have slightly modified your example so you can see how it works: http://tinyurl.com/lmce9qe Regards, Norbert [1] http://qooxdoo.678.n2.nabble.com/filtered-table-with-checkboxes-problem-td4050308.html#a4051261 [2] http://bugzilla.qooxdoo.org/show_bug.cgi?id=3100 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
