Need help with sorting custom cell
I posted on this discussion thread: https://github.com/TanStack/table/discussions/3012
But it's never been adressed so I have low hopes of it being answered there in github now.
I have a table with custom cells that render into links to other pages, when I try to run sorting it doesn't work, and the sorting function never seems to actually be called. I am completely lost as to how to debug and fix this.
GitHub
How to sort custom rendered cells containing two values? · TanStack...
In this case I have two values in each cell (like rank and value) but I only want to sort on one of the two but setting sortBy doesn't work. I tried creating a custom function using sortMethod,...
0 Replies