Table Filter improvements (#15207)

* use virutualized list

* comments
This commit is contained in:
Alan Ren
2021-04-22 12:03:17 -07:00
committed by GitHub
parent 37894c9e96
commit 228a5d8e20
9 changed files with 346 additions and 278 deletions

View File

@@ -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.');
}