Prevent default sorting icon from rendering in "selection" column. #3779
Unanswered
teddieliljekvist
asked this question in
Q&A
Replies: 1 comment
-
Of course the minute after I reach out here for help I solved it myself. For the record what I did was to wrap the columns in the conditional canSort property.
|
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.
-
So I have a table where I have column sorting and want to have a default Icon to indicate that sorting is possible. The problem is that the app also renders a default icon on the row-selection column.
I´ve tried display: none on the first of type but this only results in removing all of the icons.
Does anyone have a sollution for this or is anyone better than me at css and can explain how I can select for that specific element?
This is what the table jsx looks like:
Beta Was this translation helpful? Give feedback.
All reactions