Need help implementing data tables with server side search/pagination/sorting.

This page summarizes the projects mentioned and recommended in the original post on /r/sveltejs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • svelte-headless-table

    Unopinionated and extensible data tables for Svelte

  • I use this library for data tables it's headless so easy to customize and as far as server side features pagination should be simple since you're in charge of the data passed, if you pass a writable you can update it and everything will be updated, sorting will not work (it will only sort across the current loaded data) and search is easy because you add your own function and you could hack it to make a new request and get more data

  • gridjs-svelte

    A Svelte wrapper component for Grid.js

  • Thanks, yeah, the example you provided is more of a basic one, wihout any server side search/sort/pagination, you can find all of them here:https://github.com/iamyuu/gridjs-svelte

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • template

  • You can check this link: https://github.com/TheHadiAhmadi/template/tree/main/src/lib/data-table

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts