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
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.
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.
-
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:
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.+page.svelte
where the realexport let data
is used to render the actual DataTable.Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions