@@ -248,15 +248,6 @@ export class TableDataDataGridInstance extends DataGridInstance {
248
248
columnIndices : this . _columnLayoutManager . getLayoutIndexes ( this . horizontalScrollOffset , this . layoutWidth , OVERSCAN_FACTOR ) ,
249
249
rowIndices : this . _rowLayoutManager . getLayoutIndexes ( this . verticalScrollOffset , this . layoutHeight , OVERSCAN_FACTOR )
250
250
} ) ;
251
-
252
- // // Update the cache.
253
- // await this._tableDataCache.update({
254
- // invalidateCache: InvalidateCacheFlags.Data,
255
- // firstColumnIndex: columnDescriptor.columnIndex,
256
- // screenColumns: this.screenColumns,
257
- // firstRowIndex: rowDescriptor.rowIndex,
258
- // screenRows: this.screenRows
259
- // });
260
251
}
261
252
}
262
253
@@ -275,14 +266,6 @@ export class TableDataDataGridInstance extends DataGridInstance {
275
266
columnIndices : this . _columnLayoutManager . getLayoutIndexes ( this . horizontalScrollOffset , this . layoutWidth , 3 ) ,
276
267
rowIndices : this . _rowLayoutManager . getLayoutIndexes ( this . verticalScrollOffset , this . layoutHeight , 3 )
277
268
} ) ;
278
-
279
- // await this._tableDataCache.update({
280
- // invalidateCache: invalidateCacheFlags ?? InvalidateCacheFlags.None,
281
- // firstColumnIndex: columnDescriptor.columnIndex,
282
- // screenColumns: this.screenColumns,
283
- // firstRowIndex: rowDescriptor.rowIndex,
284
- // screenRows: this.screenRows
285
- // });
286
269
}
287
270
}
288
271
@@ -792,15 +775,6 @@ export class TableDataDataGridInstance extends DataGridInstance {
792
775
columnIndices : this . _columnLayoutManager . getLayoutIndexes ( this . horizontalScrollOffset , this . layoutWidth , 3 ) ,
793
776
rowIndices : this . _rowLayoutManager . getLayoutIndexes ( this . verticalScrollOffset , this . layoutHeight , 3 )
794
777
} ) ;
795
-
796
- // // Update the cache.
797
- // await this._tableDataCache.update({
798
- // invalidateCache: InvalidateCacheFlags.Data,
799
- // firstColumnIndex: columnDescriptor.columnIndex,
800
- // screenColumns: this.screenColumns,
801
- // firstRowIndex: rowDescriptor.rowIndex,
802
- // screenRows: this.screenRows
803
- // });
804
778
}
805
779
}
806
780
0 commit comments