mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add tooltip for table column headers and align header and cell (#3909)
* Adding tooltip and lining up header and cell * moving padding to separate css class
This commit is contained in:
1
src/sql/sqlops.proposed.d.ts
vendored
1
src/sql/sqlops.proposed.d.ts
vendored
@@ -499,6 +499,7 @@ declare module 'sqlops' {
|
||||
value: string;
|
||||
width?: number;
|
||||
cssClass?: string;
|
||||
toolTip?: string;
|
||||
}
|
||||
|
||||
export interface TableComponentProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user