mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Feat/importpreview2 (#6506)
* Allow column resizing in preview table * added property to TableComponentProperties * hooked up new prop into model view * new setOptions * adding enum to azdata interface * bring in slickgrid 2.3.30 * PR feedback
This commit is contained in:
@@ -334,4 +334,9 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
||||
|
||||
this.styleElement.innerHTML = content.join('\n');
|
||||
}
|
||||
|
||||
public setOptions(newOptions: Slick.GridOptions<T>) {
|
||||
this._grid.setOptions(newOptions);
|
||||
this._grid.invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user