Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, thank for this greate package!
The new separate_header() function is very practical. Unfortunately, it affects the operation of the set_header_label() function.
For layout reasons, I would like to remove the heading of a column. However, this is no longer possible after the separate_header() function:
The label "Species" remains.
If I modify the label first, it works so far:
The labels "Species" is gone. But after separating header the label "Species" is set again:
I can modify header labels that have been separated:
But not the ones that don't have been separated (like "Species" in this example.
I guess set_header_label() should set header labels regardless of whether they have been split or not.
Beta Was this translation helpful? Give feedback.
All reactions