Unreactive sorting
My sorting isn't updated reactively and I'm guessing it is because it is not based on the row object itself changing, but rather external variables.
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?0 Replies