Ramco Ramco

Ramco Ramco

  • 441
  • 3.4k
  • 506.1k

Data not getting displayed in table

Jun 5 2024 4:08 AM

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)