sort icon and position in AnalyticalTable #2969
-
Hi, Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
Lukas742
May 23, 2022
Replies: 1 comment
-
Hi @giladvidal this behavior is not supported out of the box. To achieve this you will have to implement a custom header component and add the icons yourself there. Also you have to make sure that the internal icon container div is not displayed. The container is currently not easily accessible, but we'll add a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giladvidal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @giladvidal
this behavior is not supported out of the box. To achieve this you will have to implement a custom header component and add the icons yourself there. Also you have to make sure that the internal icon container div is not displayed. The container is currently not easily accessible, but we'll add a
data-component-name
data attribute in our next release. For now you could implement it like this: codeSandbox