GroupBy with an array in dataviewjs #940
-
Hi! ---
name: string
url: string
location: string
type: [sushi, japanese, vegetarian]
--- Doing In a nutshell, I want something similar to:
but with this structure:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hmm, I need a flatten operator for data arrays it seems. You can hack it for now like this:
|
Beta Was this translation helpful? Give feedback.
-
It was buried in the replies of a comment, but here is a version that I have that works on all forms of data annotation.
|
Beta Was this translation helpful? Give feedback.
Hmm, I need a flatten operator for data arrays it seems. You can hack it for now like this: