Searched refs:dataSource (Results 1 – 4 of 4) sorted by relevance
57 dataSource = new MatTableDataSource<Schedule>(); property in ScheduleComponent120 this.dataSource.data = response.schedules;134 … const original = self.dataSource.data.filter(x => x.urlsafe_key === schedule.urlsafe_key);
43 dataSource = new MatTableDataSource<Build>(); property in BuildComponent106 this.dataSource.data = response.builds;
46 dataSource = new MatTableDataSource<Device>(); property in DeviceComponent117 this.dataSource.data = response.devices;
76 dataSource = new MatTableDataSource<Job>(); property in JobComponent149 this.dataSource.data = response.jobs;