X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/BufferView.html diff --git a/docs/source/BufferView.html b/docs/source/BufferView.html index 46ceefa3..3f6089f5 100644 --- a/docs/source/BufferView.html +++ b/docs/source/BufferView.html @@ -1,10 +1,10 @@ - - - The source code - - - - + + + The source code + + + +
Ext.ns('Ext.ux.grid');
 
 
/** @@ -158,6 +158,13 @@ Ext.ux.grid.BufferView = Ext.extend(Ext.grid.GridView, { this.doUpdate(); } }, + + onRemove : function(ds, record, index, isUpdate){ + Ext.ux.grid.BufferView.superclass.onRemove.apply(this, arguments); + if(isUpdate !== true){ + this.update(); + } + }, doUpdate: function(){ if (this.getVisibleRowCount() > 0) { @@ -211,6 +218,6 @@ Ext.ux.grid.BufferView = Ext.extend(Ext.grid.GridView, { this.update(); } }); -
- + + \ No newline at end of file