securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 191 forks source link

Export nested array is not working #151

Open heyassel opened 3 years ago

heyassel commented 3 years ago

I've tried to export following data with nested array but is not working, please help me...

data: [ { firstname: "Ahmed", lastname: "Tomi", email: "ah@smthing.co.com", phone_nums: ['0550001624', '0550001999']}, { firstname: "Raed", lastname: "Labes", email: "rl@smthing.co.com", phone_nums: ['0550001624', '0550001999']}, { firstname: "Yezzi", lastname: "Min l3b", email: "ymin@cocococo.com", phone_nums: ['0550001624', '0550001999']} ]