mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
@@ -180,7 +180,6 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
|||||||
this._data = new TableDataView<T>(data);
|
this._data = new TableDataView<T>(data);
|
||||||
}
|
}
|
||||||
this._grid.setData(this._data, true);
|
this._grid.setData(this._data, true);
|
||||||
this._data.filter(this._grid.getColumns());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getData(): IDisposableDataProvider<T> {
|
getData(): IDisposableDataProvider<T> {
|
||||||
|
|||||||
Reference in New Issue
Block a user