I am trying to implement a dropdown, that would have a header with 3 columns(ID, Model, Description). I know how to do a simple dropdown using mat-select,
<mat-select>
<mat-option> a </mat-option>
<mat-option> b </mat-option>
<mat-option> c </mat-option>
</mat-select>
However, I got no clues on how to make a more complex dropdown,
Can someone give me a direction on how to approach this?
Thank you!
Click the arrow, the dropdown will show