Hiding the text "Expand" from column #797
Answered
by
nathan-fletcher-seagull-com
davidloh85
asked this question in
Q&A
-
Hi, after setting enableExpandAll flag to false, there is a "Expand" label on the header. Is there anyway to remove it? |
Beta Was this translation helpful? Give feedback.
Answered by
nathan-fletcher-seagull-com
Nov 7, 2023
Replies: 1 comment 1 reply
-
displayColumnDefOptions={{ has been working for me, though I don't know if that's the intended way to do it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidloh85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
displayColumnDefOptions={{
"mrt-row-expand": {
header: "",
has been working for me, though I don't know if that's the intended way to do it.