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