mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
Adding context menu to table component (#18914)
* Adding context menu to table component * Removing extra whitespace * Some logic fixes * Fixing focus logic
This commit is contained in:
@@ -903,7 +903,8 @@ export enum ColumnType {
|
||||
checkBox = 1,
|
||||
button = 2,
|
||||
icon = 3,
|
||||
hyperlink = 4
|
||||
hyperlink = 4,
|
||||
contextMenu = 5
|
||||
}
|
||||
|
||||
export enum ActionOnCellCheckboxCheck {
|
||||
|
||||
Reference in New Issue
Block a user