mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
@@ -218,10 +218,6 @@ export class AsyncDataProvider<T extends Slick.SlickData> implements IDisposable
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
getFilteredColumnValues(column: Slick.Column<T>): Promise<string[]> {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
getColumnValues(column: Slick.Column<T>): Promise<string[]> {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user