mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user