vue-json-csv icon indicating copy to clipboard operation
vue-json-csv copied to clipboard

Nested objects

Open dortiz-prsg opened this issue 3 years ago • 1 comments

Hello,

I'm trying to export an object that has a nested object, but when I do, the values for that column appear as [object Object].

dortiz-prsg avatar Dec 12 '21 14:12 dortiz-prsg

You can use "fields" prop (vue-json-excel). See the example here: https://github.com/jecovier/vue-json-excel#example

ChanpisethLim avatar Jan 25 '22 07:01 ChanpisethLim