mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Add width and css options for TableColumn (#3893)
This commit is contained in:
2
src/sql/sqlops.proposed.d.ts
vendored
2
src/sql/sqlops.proposed.d.ts
vendored
@@ -497,6 +497,8 @@ declare module 'sqlops' {
|
||||
|
||||
export interface TableColumn {
|
||||
value: string;
|
||||
width?: number;
|
||||
cssClass?: string;
|
||||
}
|
||||
|
||||
export interface TableComponentProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user