You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key for <TableRow> and it’s associated children is generated based off of the id of the passed in data. It would be helpful to be able to customize the key that is used for id since id may not always exist in the data. For instance, I have a private _uid field that I’d prefer to generate the key off of. In my case, the user has access to update the id field so this may results in duplicate keys if they choose the same id.
The key for
<TableRow>
and it’s associated children is generated based off of theid
of the passed in data. It would be helpful to be able to customize the key that is used forid
sinceid
may not always exist in the data. For instance, I have a private_uid
field that I’d prefer to generate the key off of. In my case, the user has access to update theid
field so this may results in duplicate keys if they choose the sameid
.Example data:
The text was updated successfully, but these errors were encountered: