Replies: 1 comment 3 replies
-
Hey This may help.
You can search for things like "SvelteKit SQL", and "SvelteKit ..." on YouTube and Google. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reposting from
selte-headless-table
's discussions because I think there is a bigger community here and probably more chances for an answer.Hi, I know there is a discussion thread with supposedly answered question on Server Side API here
For someone new to Sveltekit and web dev that answer is quite tough to follow. I would appreciate if someone could create or share a link to a guide/documentation/ code example where the pagination, multi column filter/search and sorting is properly explained with code in:
Complete DataTable.svelte component
+page.server.ts fetching data from a public API/ loading data with SQL in a load function and referencing the DataTable component's data necessary to make the Server Side pagination work.
Use of this component in a +page.svelte where the real export let data is used to render the actual DataTable.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions