How to show empty message in data table angular material, If no data found

前端 未结 18 774
别那么骄傲
别那么骄傲 2021-01-07 16:51

I am using this code

 
  
    

        
18条回答
  •  南笙
    南笙 (楼主)
    2021-01-07 17:27

    Step #0

    In ts

      dataSource: any = new MatTableDataSource()
    

    Step #1

          
              
    No Data Available

提交回复
热议问题