columns from array of users
if i have a data structure like this:
and i wanna render a column for each
user
, how would i do that? this was my idea but there's only one accessor key for "user" 1 Reply
painful-plum•3y ago
I guess something like that, but add
id: user.id
to the column def
what's the use case?