mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
fix the header filter plugin issue (#14333)
This commit is contained in:
@@ -29,3 +29,7 @@ export interface ITableConfiguration<T> {
|
||||
columns?: Slick.Column<T>[];
|
||||
sorter?: ITableSorter<T>;
|
||||
}
|
||||
|
||||
export interface FilterableColumn<T> extends Slick.Column<T> {
|
||||
filterable?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user