mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
column manager search box, hide all, show all
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user