-
Notifications
You must be signed in to change notification settings - Fork 0
Change sort button to display both sorting directions at the same time. #88
Conversation
As this is implemented now, no matter which arrow I click on, the top arrow is selected first, then the bottom, then they are disabled. This functionality should instead be two independent toggles that behave like this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment in the conversation view.
By implementing an |
@@ -19,6 +20,11 @@ export default function ItemTable({ data, onRowClick }) { | |||
inactiveSortIcon: { | |||
opacity: 0.2, | |||
}, | |||
selectedItem: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this for row selection?
No description provided.