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

@@ -26,12 +26,6 @@ export interface IDisposableDataProvider<T> extends Slick.DataProvider<T> {
*/
getColumnValues(column: Slick.Column<T>): Promise<string[]>;
/**
* Gets the unique values of the filtered cells in the given column
* @param column
*/
getFilteredColumnValues(column: Slick.Column<T>): Promise<string[]>;
/**
* Filters the data
* @param columns columns to be filtered, the