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,9 +1,9 @@
import GridDisplay from './GridDisplay';
import { GridDisplay } from './GridDisplay';
import { Select, treeToSql, dumpSqlSelect } from '@dbgate/sqltree';
import { TableInfo, EngineDriver } from '@dbgate/types';
import GridConfig from './GridConfig';
import { GridConfig } from './GridConfig';
export default class TableGridDisplay extends GridDisplay {
export class TableGridDisplay extends GridDisplay {
constructor(
public table: TableInfo,
public driver: EngineDriver,