mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
keep opened tab content mounted
This commit is contained in:
@@ -138,7 +138,7 @@ export abstract class GridDisplay {
|
||||
getDisplayColumn(table: TableInfo, col: ColumnInfo, parentPath: string[]) {
|
||||
const uniquePath = [...parentPath, col.columnName];
|
||||
const uniqueName = uniquePath.join('.');
|
||||
console.log('this.config.addedColumns', this.config.addedColumns, uniquePath);
|
||||
// console.log('this.config.addedColumns', this.config.addedColumns, uniquePath);
|
||||
return {
|
||||
...col,
|
||||
pureName: table.pureName,
|
||||
|
||||
Reference in New Issue
Block a user