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) {
>
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 =