|
|
@ -40,7 +40,8 @@ export class Grid { |
|
|
|
gridOptions: GridOptions, |
|
|
|
gridOptions: GridOptions, |
|
|
|
) { |
|
|
|
) { |
|
|
|
this._gridOptions = this.setOptionDefaults(gridOptions); |
|
|
|
this._gridOptions = this.setOptionDefaults(gridOptions); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: or public method that will be called outside
|
|
|
|
this.render(); |
|
|
|
this.render(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|