1
Answer

Data not getting displayed in table

Ramco Ramco

Ramco Ramco

Jun 05
293
1

Hi

   Below code returns 2 records but no Data is shown in table

getallEmployee() {
    this.htp.get('onlinetestapi.gerasim.in/api/TeamSync/GetAllEmployee').subscribe((result: any)=>{
        this.dataSource = new MatTableDataSource(result);
    debugger;

  })

Thanks

 

Answers (1)