Browse Source

note

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

1
src/components/grid.ts

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

Loading…
Cancel
Save