Replies: 1 comment
-
@marcinb1986 Can you share this code example? |
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.
-
Hello.
I want to add margin-left only to one specific column of the table once its header is clicked.
Right now it works that once I click on in one column header each header in the table gets the same margin. Logic is executed by flag "isSorted". Can You please advise how to achieve the result where margin will be added only to column which is clicked ?
` const [isSorted, setIsSorted] = useState(false);
thanks in advance for support
Beta Was this translation helpful? Give feedback.
All reactions