Browse Source

note

merge-requests/4/head
vargburz 3 years ago
parent
commit
fe89851de7
  1. 3
      src/components/grid.ts

3
src/components/grid.ts

@ -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();
}

Loading…
Cancel
Save