'How bind data to the angular material table

I am getting below response from api

[
 {
  "name": {
    "grade": A,
    "commission": 271.07
  },
  "name": {
    grade": B,
    "commission": 160.37
  },
  
 }
]

I have tried to bind this data to material table. But I am unable to bind this data. Can anyone help me to bind this data to the table



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source