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:
kisantia
2019-02-06 11:46:24 -08:00
committed by GitHub
parent 50b971477b
commit 327a5f5fae
3 changed files with 8 additions and 1 deletions

View File

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