T
TanStack3y ago
flat-fuchsia

Double 'id' key identifier

I need to have to columns that use 'id' but keep these seperated. It obviously creates error, so my question is how to manage it without modifying data to be like
{
id1: ...,
id2: ...,
//...etc
}
{
id1: ...,
id2: ...,
//...etc
}
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?