Unreactive sorting
The cell value is reactive and works perfectly fine.
I'm guessing the cell value updates when the accessor function triggers it (which is a
computedRef in my case), but the sorting function is only based on the row object changing.Is there a way to get it to become reactive? Or at the very least manually triggering it with a watcher?