Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
The Svelte adapter can use a lot of improvement, especially to make compatible with Svelte 5. New ideas welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you want to update the table state with the svelte adapter from
@tanstack/svelte-table
, you need to do it likeoptions.update()
, but I didn't like it. So I made a custom svelte adapter for my project, which updates the table state liketable.setOptions()
.(before)
(after)
Code
Beta Was this translation helpful? Give feedback.
All reactions