Unsure why sorting is not working
Hello, as the title is saying, I'm not sure why is sorting not working in my table implementation. Here are the definitions
I assume the problem lays somewhere in this code? I do have sorting state set up along with a handler (getToggleSortingHandler) in table headers. There are no error messages it's just the sorting simply doesn't happen. I'm trying to respect the guidelines with this code snippet, if it's too large please let me know.
1 Reply
optimistic-goldOP•2y ago
It seems that I managed to find a solution. I'll leave it here for reference if anyone else runs into this issue.
Here's the line that I changed
was changed into