Add width and css options for TableColumn (#3893)

This commit is contained in:
kisantia
2019-02-02 19:27:35 -08:00
committed by GitHub
parent a6defd9b62
commit a62393e0ed
3 changed files with 16 additions and 1 deletions

View File

@@ -497,6 +497,8 @@ declare module 'sqlops' {
export interface TableColumn {
value: string;
width?: number;
cssClass?: string;
}
export interface TableComponentProperties extends ComponentProperties {