jecovier/vue-json-excel

ordering?

gotexis opened this issue · 1 comments

I am a bit confused about how ordering is handled since the data shall be an array of objects, with its keys unordered.

hi @gotexis sorry for the late response. The component doesn't order the data, so basically output a csv or excel file in the same order of the input array. If you are talking about the fields, there are some props that you can use to handle that, but It doesn't have any order feature.