mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
table column with iconcss (#13056)
This commit is contained in:
@@ -811,7 +811,8 @@ export enum SchemaObjectType {
|
||||
export enum ColumnType {
|
||||
text = 0,
|
||||
checkBox = 1,
|
||||
button = 2
|
||||
button = 2,
|
||||
icon = 3
|
||||
}
|
||||
|
||||
export enum ActionOnCellCheckboxCheck {
|
||||
|
||||
Reference in New Issue
Block a user