File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/devextreme/js/__internal/grids/grid_core/data_controller Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ export class DataController extends DataHelperMixin(modules.Controller) {
500500 const updateItemsHandler = function ( change ) {
501501 that . _columnsController . columnsChanged . remove ( updateItemsHandler ) ;
502502 that . updateItems ( {
503- repaintChangesOnly : false ,
503+ repaintChangesOnly : that . option ( 'repaintChangesOnly' ) ,
504504 event : change ?. changeTypes ?. event ,
505505 virtualColumnsScrolling : change ?. changeTypes ?. virtualColumnsScrolling ,
506506 } ) ;
@@ -524,7 +524,6 @@ export class DataController extends DataHelperMixin(modules.Controller) {
524524 }
525525
526526 const excludedOptionNames = [
527- 'ai' ,
528527 'width' ,
529528 'visibleWidth' ,
530529 'filterValue' ,
You can’t perform that action at this time.
0 commit comments