Skip to content
New issue

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

Adds support for header_value for export header #970

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

5tefan
Copy link

@5tefan 5tefan commented Oct 21, 2024

Summary

A potential solve for #947.

Adds a header_value property on Column and BoundColumn, analogous to the current header property. Then, adjusts as_values to use the header_value property for export column headers. The header_value property returns header for backwards compatibility, but provides a way to customize export headers independently of headers in the html table view. This is important because header may include custom HTML that shouldn't be included in export formats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant