column manager search box, hide all, show all

This commit is contained in:
Jan Prochazka
2020-03-07 18:13:44 +01:00
parent 49a0a16c25
commit d64ae4b688
7 changed files with 67 additions and 23 deletions

View File

@@ -1,4 +1,3 @@
export default interface GridConfig {
hiddenColumns: string[];
export interface GridConfig {
hiddenColumns: string[];
}