mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
@@ -491,7 +491,7 @@ export abstract class GridTableBase<T> extends Disposable implements IView {
|
||||
(offset, count) => { return this.loadData(offset, count); },
|
||||
undefined,
|
||||
undefined,
|
||||
(data: ICellValue) => { return data?.displayValue; },
|
||||
(data: ICellValue) => { return data.isNull ? undefined : data?.displayValue; },
|
||||
{
|
||||
inMemoryDataProcessing: this.options.inMemoryDataProcessing,
|
||||
inMemoryDataCountThreshold: this.options.inMemoryDataCountThreshold
|
||||
|
||||
Reference in New Issue
Block a user