How to display table headers for nested arrays – Html
I have a nested array in html table. Am able to display the table. However, i have a problem with inserting headers to the nested arrays columns. Below is the code: table.js const Table= college?.map((item => <tr > <td> {item.department.map((item,i)…