Put description for shared Datasets #630
-
I have an array with a lot of info to make a test, for that I put it in shared datasets, my issue is I want to set a description, dont want to show all array like this |
Beta Was this translation helpful? Give feedback.
Answered by
fabio-ivona
Dec 29, 2022
Replies: 1 comment 4 replies
-
you should be able to add a key to your dataset entries, so they can be used as description: dataset('my dataset', [
'item 1' => '......',
'item 2' => '......',
]); |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
kossa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should be able to add a key to your dataset entries, so they can be used as description: