I looked up in the Api and I found that using setData() instead of setRow() is very very much slower because on every single click on a checbox-cell I have to change the content of the whole table (which could be pretty huge). It is a little bit annoying. I dont know if does exist another solution for this problem, but it would be very nice.
I'm waiting for Dan's reply. Greetings to all. Stefan Volbers wrote: > > Hi danovics, > > looking at table/model/filtered.js, I believe it's a bug in Filtered. > Whenever resetHiddenRows() is called, a shadow table data > (this.__fullArr) is retrieved; but this would be set correctly only if > you used setData() in your application, the setRows() method seems to > have been forgotten. Therefore the shadow data isn't updated, and when > it is recalled within resetHiddenRows(), you get outdated data. > So, if my guess is right, a workaround would be to use setData() in your > cellClick listener (haven't tried myself). > > Dan is the author of the filtered model, maybe he can comment on that? > > HTH, > greetings, > Stefan > > > -- View this message in context: http://n2.nabble.com/filtered-table-with-checkboxes-problem-tp4050308p4051382.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
