mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
table component improvement (#13801)
* hyperlink column * fixed width for image only button - old behavior
This commit is contained in:
@@ -813,7 +813,8 @@ export enum ColumnType {
|
||||
text = 0,
|
||||
checkBox = 1,
|
||||
button = 2,
|
||||
icon = 3
|
||||
icon = 3,
|
||||
hyperlink = 4
|
||||
}
|
||||
|
||||
export enum ActionOnCellCheckboxCheck {
|
||||
|
||||
Reference in New Issue
Block a user