Modify sort component #246
Unanswered
VinceVachon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The sort icon in the header is
<ActionIcon>
containing a<UnstyledButton>
.I don't think the
<UnstyledButton>
is necessary since<ActionIcon>
handle onClick etc. I'm simply trying to style the button and I can't find a way other than modifying the css var inmantineTableHeadCellProps
Someone had this issue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions