mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
Add support for "More Actions" column in Resource Viewer (#13093)
* Add support for "More Actions" column in resource viewer * update provider * remove import * Use menu contribution and make actions column always show * cleanup * move context menu anchor * Comments
This commit is contained in:
@@ -241,6 +241,10 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
||||
this._grid.registerPlugin(plugin);
|
||||
}
|
||||
|
||||
unregisterPlugin(plugin: Slick.Plugin<T>): void {
|
||||
this._grid.unregisterPlugin(plugin);
|
||||
}
|
||||
|
||||
/**
|
||||
* This function needs to be called if the table is drawn off dom.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user