I am using angular material 7.
I am using radio-button-group.
I have a table design which i have to use. So that is fixed.
When i try to use radio-buttons in td, i am not sure hot to give same group.
below is my html.
<tr>
<td>
<mat-radio-group >
<mat-radio-button value="maternal"></mat-radio-button>
</mat-radio-group>
</td>
<td>
<mat-radio-group >
<mat-radio-button value="paternal"></mat-radio-button>
</mat-radio-group>
</td>
</tr>
Here is stackblitz of my issue https://stackblitz.com/edit/angular-tt2kep-woea34.