You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a create-svgrid scaffold and an admin-dashboard template already, but I want SvGrid to feel genuinely native to SvelteKit - not just a component you drop in.
What I'm picturing is a small first-party integration: helpers for load (server sort/filter/paging that line up with the grid's models), form-action wiring for edits, and streamed SSR so the first rows paint before the rest arrives.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
There's a create-svgrid scaffold and an admin-dashboard template already, but I want SvGrid to feel genuinely native to SvelteKit - not just a component you drop in.
What I'm picturing is a small first-party integration: helpers for
load(server sort/filter/paging that line up with the grid's models), form-action wiring for edits, and streamed SSR so the first rows paint before the rest arrives.It's on the roadmap here: https://svgrid.com/roadmap
If you build on SvelteKit, what would make this a no-brainer - the load helpers, the form actions, something else?
Beta Was this translation helpful? Give feedback.
All reactions