Possible to get custom/dynamic cell data in the sortingFn?
I've got a column that dynamically renders content based on the column accessor (it's a unique value that I'm passing to a query inside of the
cell
render function.
Is is possible to grab the value that's actually rendered, and sort based on that? Right now it's only filtering based on the value from the column accessor, and I need it to sort based on the text that's actually rendered.1 Reply
other-emerald•12mo ago
Hi , came here to ask the same question , did you figure it out?