Multiple Values in 1 cell
Hi guys, I need to map array of objects and render multiple values in one cell. The only way is to access
props.row.original with needed array and iterate it? Like props.row.data.map(el => <span>{el.name}</span>) or there is something else?