mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
Results grid options (#962)
* added inital config * added the ability to specifiy properties of the grid * formatting * fix some rendering bugs * vbump
This commit is contained in:
@@ -23,6 +23,7 @@ export class QueryResultsInput extends EditorInput {
|
||||
|
||||
// Holds the HTML content for the editor when the editor discards this input and loads another
|
||||
private _editorContainer: HTMLElement;
|
||||
public css: HTMLStyleElement;
|
||||
|
||||
constructor(private _uri: string) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user