We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to see human readable column headers in csv, similar to column headers in admin panel.
Use column_labels for column headers while exporting table to csv.
Let's look how it work now. For example ModelAdmin has following attribute:
column_labels = { "is_platform": "zero cycle", "is_platform_for_every_section": "zero cycle for section", "is_foundation": "fundament", }
csv header looks like this:
I suggest use values of column_labels for headers in csv like this:
column_labels
No response
I'll provide a PR for this feature.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Is your feature related to a problem? Please describe.
I would like to see human readable column headers in csv, similar to column headers in admin panel.
Describe the solution you would like.
Use column_labels for column headers while exporting table to csv.
Let's look how it work now. For example ModelAdmin has following attribute:
csv header looks like this:
I suggest use values of
column_labels
for headers in csv like this:Describe alternatives you considered
No response
Additional context
I'll provide a PR for this feature.
The text was updated successfully, but these errors were encountered: