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
absent-sapphire•17mo ago
Howdy. Would you include a link to a REPL that demonstrates your issue?
(if you're still having the issue)
stormy-goldOP•17mo ago
Hi, thanks. My issue has been solve. I solve with
$:. Sorry not mark this as solvexenial-black•16mo ago
i face the same issue