Open neznayer opened 1 year ago
We have data which for few reasons has all of its field in arrays like this:
[ { "id": ["12345"], "users": ["Anton", "John"] }, .... ]
Currently I didn't find a solution of how to make the key-field see the id.
key-field
It would be great if the key-field would accept the accessor function, telling how to get the key from a row of data, like this:
key
<RecycleScroller ... :key-field="entry => entry.id[0]" >
No response
Clear and concise description of the problem
We have data which for few reasons has all of its field in arrays like this:
Currently I didn't find a solution of how to make the
key-field
see the id.Suggested solution
It would be great if the
key-field
would accept the accessor function, telling how to get thekey
from a row of data, like this:Alternative
No response
Additional context
No response
Validations