mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
Add optional title to tables (#6740)
* Add optional title to tables * addressing comments
This commit is contained in:
@@ -339,4 +339,8 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
||||
this._grid.setOptions(newOptions);
|
||||
this._grid.invalidate();
|
||||
}
|
||||
|
||||
public setTableTitle(title: string): void {
|
||||
this._tableContainer.title = title;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user