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

Add merge_headers option #198

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Add merge_headers option #198

merged 1 commit into from
Oct 15, 2023

Conversation

texodus
Copy link
Member

@texodus texodus commented Oct 15, 2023

Adds merge_headers option, which can be "both" (default), "row", "horizontal", or "none", similar to virtual_mode (but defined on the return object of a setDataListener callback, instead of as an optional argument). These new non-default modes disable merge behavior as described in "Column and row groups" in the documentation.

Fixes #193

@texodus texodus added the enhancement Feature requests or improvements label Oct 15, 2023
@texodus texodus merged commit 5491308 into master Oct 15, 2023
4 checks passed
@texodus texodus deleted the merge-headers branch October 15, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests or improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make it optional to merge row_headers with same data
1 participant