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:
Charles Gagnon
2020-10-29 10:50:27 -07:00
committed by GitHub
parent 10f6fe2d09
commit 66da2a46c5
12 changed files with 189 additions and 43 deletions

View File

@@ -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.
*/