You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was wondering what this library's algorithm is for ordering columns when exporting. On my end it seems to be random. Is there a way to assign a specific order for them to appear in in the CSV file?
The text was updated successfully, but these errors were encountered:
@Abelhawk So far what I have observed is that column order is the order in which you define the columns and assigns the value to each column. If you want the columns in specific order, define them in the same order.
Hope it helps.
I've just run into this as well. It appears to be a javascript limitation. Easiest solution is to simply create a new array and as you construct it, insert data in desired order.
Hey, I was wondering what this library's algorithm is for ordering columns when exporting. On my end it seems to be random. Is there a way to assign a specific order for them to appear in in the CSV file?
The text was updated successfully, but these errors were encountered: