-2

Can someone help how to design angular 6 with a material table header using colspan and rowspan like this image? which is give below -

enter image description here

Rakesh Shriwas
  • 611
  • 2
  • 7
  • 15

1 Answers1

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