How colSpan and row Span added to material table Header Angular 7?

前端 未结 4 1993
别跟我提以往
别跟我提以往 2020-12-11 20:34

I\'m trying to add rowSpan and colSpan in Angular material Table header. Can anyone help me to achieve it.

4条回答
  •  天涯浪人
    2020-12-11 20:55

    I have the sample task like you. I just easy to display none with second header.

      
         No. 
         {{element.position}} 
      
    
     
      
        No
      
    

    Here is my result

    You can follow my link to know more: StackBlitz

提交回复
热议问题