Re: [qooxdoo-devel] Updating table view when the model changes

2009-11-02 Thread Gleb
Never mind, finally found the bug. Gleb wrote: > > Hi, guys! > > I want to update table view for the cells that changed. As far as I know, > model.setValue should do it automatically (it fires notifications, to > which the Table is subscribed). > > __updateRequests: function(data) { >

[qooxdoo-devel] Updating table view when the model changes

2009-11-02 Thread Gleb
Hi, guys! I want to update table view for the cells that changed. As far as I know, model.setValue should do it automatically (it fires notifications, to which the Table is subscribed). __updateRequests: function(data) { var m = this.getTableModel(); var length =