Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
@Input() reloadOnColumnChange = false;
context: GridContext;
+ private static id: number = 0;
+ gridDomId: string = 'eg-grid-';
// These events are emitted from our grid-body component.
// They are defined here for ease of access to the caller.
throw new Error('[egGrid] requires a [dataSource]');
}
+ this.gridDomId += GridComponent.id++;
+
this.context.idlClass = this.idlClass;
this.context.dataSource = this.dataSource;
this.context.persistKey = this.persistKey;