Can someone help how to design angular 6 with a material table header using colspan and rowspan like this image? which is give below -
            Asked
            
        
        
            Active
            
        
            Viewed 354 times
        
    -2
            
            
        
        Rakesh Shriwas
        
- 611
 - 2
 - 7
 - 15
 
- 
                    Have a look at the answer given at https://stackoverflow.com/a/56440755/2358409 – uminder Oct 17 '19 at 13:46
 - 
                    It's not working – Rakesh Shriwas Oct 17 '19 at 18:25
 
1 Answers
1
            
            
        As I wrote in my comment above, the basic approach for solving this problem is explained in the answer https://stackoverflow.com/a/56440755/2358409.
Based on this, I've created a StackBlitz with imaginary data, which shows a solution for your particular case.
Please have a look at StackBlitz
        uminder
        
- 23,831
 - 5
 - 37
 - 72
 
