Svelte Table data not reactive
Hi, i want to make sure if data on
@tanstack/svelte-table
is reactive or not. Because when I try the columns not update when @tanstack/svelte-query
has been response with new data. I using writable like basic example. And now i just update the data with $
. Just tell me if I must include link to Svelte REPL3 Replies
vicious-gold•14mo ago
Howdy. Would you include a link to a REPL that demonstrates your issue?
(if you're still having the issue)
rival-blackOP•14mo ago
Hi, thanks. My issue has been solve. I solve with
$:
. Sorry not mark this as solveafraid-scarlet•13mo ago
i face the same issue