I makes crud with react but i have trouble when try to displaying from data table. please help me this my code
this my looping data
this the console log
CodePudding user response:
Your second image it's cut in half, try to re-uploaded it,
Best regards
CodePudding user response:
I saw that you make an array which contains a lot of arrays. Is this your expectation?
rowsData = [
[{ DocumentID: 1, DocumentName: 2, status: 3, navigation: 4 }],
[{ DocumentID: 1, DocumentName: 2, status: 3, navigation: 4 }]
]