Skip to content

Commit 05017b6

Browse files
committed
Spike
1 parent 5aff64a commit 05017b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/devextreme/js/__internal/grids/grid_core/data_controller/m_data_controller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)