Where categories is multiple category collection?
fields:
- { property: 'categories' }
I have try many type but still i am not able to display comma separated value, By default it is displaying number of items in array collection
thanks for help !
You should change your code as per below to display comma separated value in easy admin:
fields:
{ property: 'categories', type: 'array' }
If you will not add property type: 'array'
, then easy admin will display total number of items in array or array collection.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With