table component improvement (#13801)

* hyperlink column

* fixed width for image only button - old behavior
This commit is contained in:
Alan Ren
2020-12-14 20:28:43 -08:00
committed by GitHub
parent 1f630b9767
commit ae6494f3e4
25 changed files with 605 additions and 788 deletions

3
src/sql/azdata.d.ts vendored
View File

@@ -3222,6 +3222,9 @@ declare module 'azdata' {
headerCssClass?: string;
toolTip?: string;
type?: ColumnType;
/**
* @deprecated options property is deprecated, use specific column types to access the options directly
*/
options?: CheckboxColumnOption | TextColumnOption;
}