this is my api data:
const data =[
{"id":"1", "lo":{"code":101,"value":"right","pcode":10}, "kind":"a"},
{"id":"2", "lo":{"code":101,"value":"right","pcode":10}, "kind":"b"},
{"id":"3", "lo":{"code":101,"value":"right","pcode":10}, "kind":"c"},
{"id":"4", "lo":{"code":102,"value":"left","pcode":10}, "kind":"d"},
{"id":"5", "lo":{"code":102,"value":"left","pcode":10}, "kind":"e"},
{"id":"6", "lo":{"code":103,"value":"center","pcode":10}, "kind":"f"},
{"id":"7", "lo":{"code":103,"value":"center","pcode":10}, "kind":"g"},
{"id":"8", "lo":{"code":103,"value":"center","pcode":10}, "kind":"h"},
{"id":"9", "lo":{"code":104,"value":"bottom","pcode":10}, "kind":"i"},
];
I want to make it like this
I want to solve it using mui's tableCell and tableRow I had a similar question, so I looked it up, but it wasn't successful because of my lack of it. I'm not good at English, so I'm sorry that I'm not good at writing a question because it's my first time asking a question.